Skip to content

Commit

Permalink
Update jquery.lightbox.css
Browse files Browse the repository at this point in the history
Improved z-indexing to avoid conflicts with other fixed page elements.
  • Loading branch information
nathanhornby committed Feb 8, 2014
1 parent 6012f8f commit ef7b9ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jquery.lightbox.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
background: rgba(0, 0, 0, 0.7);
-webkit-filter: none !important;
z-index: 9997;
}
#lightbox img {
display: block;
Expand Down Expand Up @@ -37,7 +38,7 @@ body.blurred > * {
bottom: 0;
width: 100%;
text-align: center;
z-index: 1000;
z-index: 9998;
background: #000;
background: rgba(0,0,0,0.7);
}
Expand Down

0 comments on commit ef7b9ee

Please sign in to comment.