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
No known key found for this signature in database
GPG Key ID: 46C9E26A75AB276C

View File

@ -6,6 +6,7 @@ export const scrollableContainerRoot = style({
'--scrollbar-width': '8px',
},
height: '100%',
overflow: 'hidden',
});
export const scrollTopBorder = style({
position: 'absolute',