mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 21:59:41 +08:00
fix overflow menu
This commit is contained in:
parent
122f969462
commit
6102acb9af
@ -94,6 +94,7 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border-right: 1px solid @border-color-split;
|
border-right: 1px solid @border-color-split;
|
||||||
|
overflow: auto;
|
||||||
&:last-child {
|
&:last-child {
|
||||||
border-right-color: transparent;
|
border-right-color: transparent;
|
||||||
margin-right: -1px;
|
margin-right: -1px;
|
||||||
|
Loading…
Reference in New Issue
Block a user