Skip to content

Commit 5952b99

Browse files
committed
Fix shape svg zindex
1 parent 69b8de4 commit 5952b99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sass/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ nav {
224224
width: 100%;
225225
right: 0;
226226
bottom: 0;
227-
z-index: 1;
227+
z-index: 2;
228228

229229
#desk, #wire {
230230
position: absolute;

0 commit comments

Comments
 (0)