Skip to content

Commit 0b3bb85

Browse files
lvthanh03jamiebuilds-signal
authored andcommitted
Update NavSidebar.scss to use z-index from _variables.scss
Previously, NavSidebar used a magic number for z-index. This commit changed this z-index to use $z-index-above-base from _variables.scss. Fixes #6633 where contextmenu--visible (part of ConversationPanel) is hidden behind NavSidebar.
1 parent d5e2cd5 commit 0b3bb85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stylesheets/components/NavSidebar.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
.NavSidebar {
55
position: relative;
6-
z-index: 10;
6+
z-index: $z-index-base;
77
height: 100%;
88
display: flex;
99
flex-direction: column;

0 commit comments

Comments
 (0)