Skip to content

Commit

Permalink
Updated z-indexes to work with action bar in Zen
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielBrierton authored and Wardormeur committed Nov 8, 2016
1 parent 9c82434 commit 9b1249c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cd-menu/cd-menu.less
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
}

&__sliding-menu {
z-index: 1002;
z-index: 1005;
position: fixed;
top: 0;
right: 0;
Expand Down Expand Up @@ -334,7 +334,7 @@
left: 0;
background: @cd-black;
transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
z-index: 1001;
z-index: 1004;
&--visible {
opacity: 0.4;
visibility: visible;
Expand Down
Loading

0 comments on commit 9b1249c

Please sign in to comment.