mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-26 04:11:34 +03:00
fix(core): fix page mode scroll bar (#5955)
This commit is contained in:
parent
ff7e7f237f
commit
de939bb6f6
@ -6,6 +6,7 @@ export const scrollableContainerRoot = style({
|
||||
'--scrollbar-width': '8px',
|
||||
},
|
||||
height: '100%',
|
||||
overflow: 'hidden',
|
||||
});
|
||||
export const scrollTopBorder = style({
|
||||
position: 'absolute',
|
||||
|
Loading…
Reference in New Issue
Block a user