Skip to content

Commit 220eca3

Browse files
committed
Fix sidebar hamburger tab being hidden behind other elements
1 parent 2833d0b commit 220eca3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

css/sidebar.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
-ms-transition: all 0.3s ease;
2929
-o-transition: all 0.3s ease;
3030
transition: all 0.3s ease;
31+
z-index: 10000;
3132
}
3233

3334
/* Show sidebar button */

0 commit comments

Comments
 (0)