Skip to content

Commit f960c66

Browse files
committed
fix: z-index value on menu
1 parent 7340605 commit f960c66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/express/public/stylesheets/styles/blocks/_sidebar.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ $bg-color: #24292e;
88
left: 0;
99
height: 100%;
1010
user-select: none;
11+
z-index: 2000;
1112
color: map.get(c.$colors, "warm-gray-40");
1213
}
1314

0 commit comments

Comments
 (0)