Skip to content

Commit 351a2cc

Browse files
committed
Commit dist files
1 parent b28ed95 commit 351a2cc

File tree

8 files changed

+3997
-2936
lines changed

8 files changed

+3997
-2936
lines changed

dist/css/lightbox.css

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
/* Preload images */
2-
body:after {
3-
content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
4-
display: none;
5-
}
6-
7-
body.lb-disable-scrolling {
1+
html.lb-disable-scrolling {
82
overflow: hidden;
3+
/* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
4+
position: fixed;
5+
height: 100vh;
6+
width: 100vw;
97
}
108

119
.lightboxOverlay {
@@ -146,11 +144,7 @@ body.lb-disable-scrolling {
146144
padding-top: 5px;
147145
*zoom: 1;
148146
width: 100%;
149-
-moz-border-radius-bottomleft: 4px;
150-
-webkit-border-bottom-left-radius: 4px;
151147
border-bottom-left-radius: 4px;
152-
-moz-border-radius-bottomright: 4px;
153-
-webkit-border-bottom-right-radius: 4px;
154148
border-bottom-right-radius: 4px;
155149
}
156150

dist/css/lightbox.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)