mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
fix: can not scroll in mermber list (#4182)
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user