From ff808881eec431e56a5c9cffd82e430ff0d09e2d Mon Sep 17 00:00:00 2001 From: Qi <474021214@qq.com> Date: Wed, 6 Sep 2023 02:17:17 +0800 Subject: [PATCH] fix: can not scroll in mermber list (#4182) --- .../components/affine/new-workspace-setting-detail/style.css.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({