Skip to content

Commit 09496a4

Browse files
committed
fix: z-index values
1 parent 5e7032b commit 09496a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sass/styles/components/sidenav.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
bottom: 0;
66
left: 0;
77
background-color: $black;
8-
z-index: 15000;
8+
z-index: 999;
99
padding: {
1010
right: 0;
1111
left: 0;

sass/styles/components/topnav.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
left: 0;
1010
}
1111
border-bottom: solid 1px #eee;
12-
z-index: 10000;
12+
z-index: 998;
1313

1414
ul {
1515
margin: unset;

0 commit comments

Comments
 (0)