Skip to content

Commit 825ad21

Browse files
committed
fix z-index of open nav
1 parent 435cc5b commit 825ad21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/layout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
position: fixed;
137137
top: 0;
138138
width: 100%;
139-
z-index: 1;
139+
z-index: 2;
140140
}
141141

142142
@keyframes menu {

0 commit comments

Comments
 (0)