lightbox 2.11.1 css

This commit is contained in:
2019-10-20 00:13:21 +02:00
parent 38aa0cc4ac
commit 2af1ba755a
3 changed files with 4 additions and 7 deletions

View File

@@ -1,9 +1,5 @@
html.lb-disable-scrolling {
body.lb-disable-scrolling {
overflow: hidden;
/* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
position: fixed;
height: 100vh;
width: 100vw;
}
.lightboxOverlay {
@@ -25,6 +21,7 @@ html.lb-disable-scrolling {
text-align: center;
line-height: 0;
font-weight: normal;
outline: none;
}
.lightbox .lb-image {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long