fix: use overflow: clip instead of js to prevent scrolling with pgup/pgdown (#6338)

This commit is contained in:
pengx17
2024-03-27 07:07:22 +00:00
parent 5ca17c155a
commit d4c7d58b00
2 changed files with 2 additions and 16 deletions
@@ -49,7 +49,7 @@ export const mainContainerStyle = style({
width: 0,
display: 'flex',
flex: 1,
overflow: 'hidden',
overflow: 'clip',
maxWidth: '100%',
transition: 'margin-left 0.2s ease',
selectors: {