Fix submenu lap between menu, close #11725

This commit is contained in:
afc163 2018-08-22 00:49:53 +08:00
parent c9901acb7f
commit 90b401e97b

View File

@ -179,6 +179,16 @@
position: absolute;
border-radius: @border-radius-base;
z-index: @zindex-dropdown;
&:after {
position: absolute;
top: -7px;
left: -6px;
right: -6px;
bottom: 0;
content: ' ';
opacity: .0001;
}
}
> .@{menu-prefix-cls} {