Skip to content

Commit

Permalink
Fix z-index regression
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Doan committed May 29, 2017
1 parent 09b1ff2 commit eca3926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/css/magnify.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ html.magnifying > body {
height: auto;
box-shadow: none;
display: inline-block;
z-index: 1;
z-index: inherit;
}
.magnify > .magnify-lens { /* Magnifying lens */
position: absolute;
Expand Down

0 comments on commit eca3926

Please sign in to comment.