Fix submenu z-index

This commit is contained in:
afc163 2017-11-20 14:58:03 +08:00
parent 7049a45d8e
commit 3406c6598a

View File

@ -205,6 +205,7 @@
&-popup {
position: absolute;
border-radius: @border-radius-base;
z-index: @zindex-dropdown;
}
> .@{menu-prefix-cls} {