Skip to content

Commit

Permalink
Frontend: Fixed overlay bug on small resolution.
Browse files Browse the repository at this point in the history
  • Loading branch information
dnobel committed May 8, 2019
1 parent 32992f6 commit 7b3c59c
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -5,7 +5,7 @@
width: 30%;
box-shadow: 0 8px 20px 0 rgba(40, 37, 89, 0.6);
position: fixed;
z-index: 1;
z-index: -999;
top: 0;
right: -30%;
background-color: $infinimesh-purple;
Expand All @@ -19,4 +19,5 @@
.sidebar.open {
opacity: 1;
right: 0;
z-index: 999;
}

0 comments on commit 7b3c59c

Please sign in to comment.