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