Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
Fix z-index for other modes
Browse files Browse the repository at this point in the history
  • Loading branch information
Roni Laukkarinen committed Feb 20, 2017
1 parent 686016c commit 0758e45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scss/_modes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
width: 100%;
position: relative;
box-shadow: $luxbar-shadow;
z-index: 1000;
}

.luxbar-static {
Expand All @@ -10,6 +11,7 @@
position: absolute;
top: 0;
left: 0;
z-index: 1000;

.luxbar-checkbox {
&:checked ~.luxbar-menu {
Expand Down

0 comments on commit 0758e45

Please sign in to comment.