mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 05:05:48 +08:00
Fix submenu z-index
This commit is contained in:
parent
7049a45d8e
commit
3406c6598a
@ -205,6 +205,7 @@
|
||||
&-popup {
|
||||
position: absolute;
|
||||
border-radius: @border-radius-base;
|
||||
z-index: @zindex-dropdown;
|
||||
}
|
||||
|
||||
> .@{menu-prefix-cls} {
|
||||
|
Loading…
Reference in New Issue
Block a user