mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-09 05:05:52 +08:00
fix(core): fix page mode scroll bar (#5955)
This commit is contained in:
@@ -6,6 +6,7 @@ export const scrollableContainerRoot = style({
|
|||||||
'--scrollbar-width': '8px',
|
'--scrollbar-width': '8px',
|
||||||
},
|
},
|
||||||
height: '100%',
|
height: '100%',
|
||||||
|
overflow: 'hidden',
|
||||||
});
|
});
|
||||||
export const scrollTopBorder = style({
|
export const scrollTopBorder = style({
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
|
|||||||
Reference in New Issue
Block a user