mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-17 01:56:27 +08:00
fix: use overflow: clip instead of js to prevent scrolling with pgup/pgdown (#6338)
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user