mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-05 11:30:04 +08:00
fix: can not scroll in mermber list (#4182)
This commit is contained in:
@@ -92,7 +92,7 @@ export const membersList = style({
|
|||||||
borderRadius: '12px',
|
borderRadius: '12px',
|
||||||
background: 'var(--affine-background-primary-color)',
|
background: 'var(--affine-background-primary-color)',
|
||||||
maxHeight: '464px',
|
maxHeight: '464px',
|
||||||
overflow: 'hidden',
|
overflow: 'auto',
|
||||||
});
|
});
|
||||||
|
|
||||||
export const listItem = style({
|
export const listItem = style({
|
||||||
|
|||||||
Reference in New Issue
Block a user