fix: double scrollbar on mobile client causing scrolling issues (#4745)

This commit is contained in:
Katherine 2024-06-25 10:39:42 +08:00 committed by GitHub
parent f04dc51a2c
commit 935f9892fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,8 +30,8 @@ const useStyles = createStyles(({ token, css }) => {
flex-direction: column;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
// overflow-x: hidden;
// overflow-y: auto;
padding-bottom: var(--nb-spacing);
`,