Skip to content

Commit

Permalink
Merge pull request #109 from crazko/body-flex
Browse files Browse the repository at this point in the history
Fix overlay z-index
  • Loading branch information
andreknieriem committed Oct 5, 2018
2 parents 1501bf6 + 3b35b3a commit 799eab6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/simplelightbox.css
Expand Up @@ -13,7 +13,7 @@ body.hidden-scroll {
background: #fff;
opacity: 0.7;
display: none;
z-index: 1050;
z-index: 1035;
}

/* line 41, ../sass/simplelightbox.scss */
Expand Down
2 changes: 1 addition & 1 deletion dist/simplelightbox.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/simplelightbox.scss
Expand Up @@ -36,7 +36,7 @@ body.hidden-scroll {
background: $sl-overlay-background;
opacity: $sl-overlay-opacity;
display: none;
z-index: 1050;
z-index: 1035;
}
.sl-wrapper {
z-index: 1040;
Expand Down

0 comments on commit 799eab6

Please sign in to comment.