Skip to content

Commit

Permalink
Fixed #284
Browse files Browse the repository at this point in the history
  • Loading branch information
Çağatay Çivici authored and Çağatay Çivici committed Feb 13, 2018
1 parent 19b15fd commit af2ae6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sass/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ body {
top: 0;
left: 0;
width: 100%;
z-index: 999999;
z-index: 999;
-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
Expand Down Expand Up @@ -324,7 +324,7 @@ body {
}

.layout-mask {
z-index: 999997;
z-index: 998;
width: 100%;
height: 100%;
position: fixed;
Expand Down Expand Up @@ -831,7 +831,7 @@ body {
top: 98px;
left: -300px;
transition: left .3s;
z-index: 999998;
z-index: 999;

&.active {
left: 0;
Expand Down

0 comments on commit af2ae6e

Please sign in to comment.