mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 08:21:53 +00:00
fix: double scrollbar on mobile client causing scrolling issues (#4745)
This commit is contained in:
parent
f04dc51a2c
commit
935f9892fc
@ -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);
|
||||
`,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user