Skip to content

Commit

Permalink
FIX z-index for reveal modal
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwachtl committed Mar 7, 2014
1 parent c0d9f8e commit 05a5b22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ $close-reveal-modal-class: "close-reveal-modal" !default;
visibility: hidden;
display: none;
position: absolute;
z-index: 99;
z-index: 100;
width: 100vw;
top:0;
#{$default-float}: 0;
Expand Down
2 changes: 1 addition & 1 deletion css/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/editor.css

Large diffs are not rendered by default.

0 comments on commit 05a5b22

Please sign in to comment.