fix: when there are too many menu items in a row, hide some of them
This commit is contained in:
parent
2e4bf25923
commit
fcf7b367ac
@ -26,4 +26,12 @@ body {
|
||||
|
||||
.ant-layout-content {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.ant-layout-header {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.ant-menu-dark.ant-menu-horizontal {
|
||||
margin-right: 100px;
|
||||
}
|
Loading…
Reference in New Issue
Block a user