mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +08:00
fix: horizontal scrollbar issue on the page (#6232)
This commit is contained in:
parent
76d59bcd3d
commit
229e6702a1
@ -23,7 +23,7 @@ export const useStyles = genStyleHook('nb-page', (token) => {
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
overflowY: 'auto',
|
||||
|
||||
overflowX: 'hidden',
|
||||
'&:hover': { '> .general-schema-designer': { display: 'block' } },
|
||||
'.ant-page-header': { zIndex: 1, position: 'relative' },
|
||||
'> .general-schema-designer': {
|
||||
|
Loading…
x
Reference in New Issue
Block a user