Skip to content

Commit b11b4e9

Browse files
kiwiwongjiming
and
jiming
authored
fix: increase the z-index value of SubMenu in horizontal mode (#611)
Co-authored-by: jiming <jiming@dtstack.com>
1 parent c9928c6 commit b11b4e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/workbench/menuBar/style.scss

+4
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@
6161
}
6262
}
6363
}
64+
65+
> #{$menu}__item > #{$subMenu} {
66+
z-index: 2500;
67+
}
6468
}
6569

6670
&__logo {

0 commit comments

Comments
 (0)