Skip to content

Commit eca3926

Browse files
author
Tom Doan
committed
Fix z-index regression
1 parent 09b1ff2 commit eca3926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/css/magnify.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ html.magnifying > body {
2525
height: auto;
2626
box-shadow: none;
2727
display: inline-block;
28-
z-index: 1;
28+
z-index: inherit;
2929
}
3030
.magnify > .magnify-lens { /* Magnifying lens */
3131
position: absolute;

0 commit comments

Comments
 (0)