mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 03:29:59 +08:00
fix popup menu z-index problem
This commit is contained in:
parent
cdf786676c
commit
1c4407b60c
@ -81,6 +81,10 @@
|
||||
color: @primary-color;
|
||||
}
|
||||
|
||||
&:not(&-inline) &-submenu-open {
|
||||
z-index: @zindex-dropdown;
|
||||
}
|
||||
|
||||
&-horizontal &-item,
|
||||
&-horizontal &-submenu {
|
||||
margin-top: -1px;
|
||||
|
Loading…
Reference in New Issue
Block a user