fix: can not scroll in mermber list (#4182)

This commit is contained in:
Qi
2023-09-06 02:17:17 +08:00
committed by GitHub
parent 1dc94277c2
commit ff808881ee

View File

@@ -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({