Skip to content

Commit

Permalink
fix(design): fix z-index for SubMenu (#1440)
Browse files Browse the repository at this point in the history
  • Loading branch information
jikkai committed Mar 1, 2024
1 parent 0011d7f commit 4d49dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/design/src/components/menu/index.module.less
Expand Up @@ -100,7 +100,7 @@
&-submenu {
&-popup {
position: absolute;
z-index: 1;
z-index: 1070;

.submenu-title-wrapper {
padding-right: 20px;
Expand Down

0 comments on commit 4d49dad

Please sign in to comment.