fix: menu height 50vh (#3135)
This commit is contained in:
parent
1b80cc431b
commit
f3cb6bf62c
@ -46,6 +46,7 @@ export const SchemaInitializerMenu: FC<MenuProps> = (props) => {
|
||||
rootClassName={css`
|
||||
box-shadow: none !important;
|
||||
border-inline-end: 0 !important;
|
||||
max-height: 50vh !important;
|
||||
.ant-menu-root {
|
||||
margin: 0 -${token.margin}px;
|
||||
.ant-menu-submenu-title {
|
||||
|
Loading…
Reference in New Issue
Block a user