Skip to content

Commit

Permalink
overlay zindex
Browse files Browse the repository at this point in the history
  • Loading branch information
ngokevin committed Apr 8, 2013
1 parent ad73a31 commit 203c4db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/css/overlay.css
Expand Up @@ -18,7 +18,7 @@
right: 1px;
top: 39px;
width: 100%;
z-index: 1; }
z-index: 2; }
.overlay.show {
display: block;
opacity: .985; }
Expand Down
4 changes: 2 additions & 2 deletions client/css/overlay.scss
Expand Up @@ -15,7 +15,7 @@
right: 1px;
top: 39px;
width: 100%;
z-index: 1;
z-index: 2;
&.show {
display: block;
opacity: .985;
Expand Down Expand Up @@ -48,4 +48,4 @@
width: 55%;
}
}
}
}

0 comments on commit 203c4db

Please sign in to comment.