diff --git a/apps/core/src/components/affine/new-workspace-setting-detail/style.css.ts b/apps/core/src/components/affine/new-workspace-setting-detail/style.css.ts index 6881c116a7..cc5e76e473 100644 --- a/apps/core/src/components/affine/new-workspace-setting-detail/style.css.ts +++ b/apps/core/src/components/affine/new-workspace-setting-detail/style.css.ts @@ -92,7 +92,7 @@ export const membersList = style({ borderRadius: '12px', background: 'var(--affine-background-primary-color)', maxHeight: '464px', - overflow: 'hidden', + overflow: 'auto', }); export const listItem = style({