Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Commit

Permalink
Fixed scrolling issue on lightbox
Browse files Browse the repository at this point in the history
  • Loading branch information
auralon committed Dec 16, 2016
1 parent 215f18b commit f270b27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion static/less/lightbox.less
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
.lightbox {
position: fixed;
position: absolute;
z-index: 10000;
top: 0;
left: 0;
width: 100%;
height: 100%;
top: 145px;
}

.lightbox .bg {
Expand All @@ -13,6 +14,7 @@
width: 100%;
position: fixed;
z-index: -1;
top: 0;
}

.lightbox .close {
Expand Down

0 comments on commit f270b27

Please sign in to comment.