fix(core): fix page mode scroll bar (#5955)

This commit is contained in:
EYHN
2024-03-01 04:46:15 +00:00
parent ff7e7f237f
commit de939bb6f6
@@ -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',