fix: horizontal scrollbar issue on the page (#6232)

This commit is contained in:
Katherine 2025-02-17 17:45:55 +08:00 committed by GitHub
parent 76d59bcd3d
commit 229e6702a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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': {