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