Skip to content

Commit e461c70

Browse files
committed
fix: menu bar hover border overlaps the tab bar active marker
1 parent 21ecffe commit e461c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/Extn-TabBar.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
border-bottom: none;
66
position: relative;
77
overflow: hidden;
8-
z-index: 2;
8+
z-index: 20;
99
}
1010

1111
.dark .tab-bar-container {

0 commit comments

Comments
 (0)