1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-18 19:02:00 +02:00

Fix index background scroll and zoom out when clicking in bottom empty space

This commit is contained in:
Luis
2017-04-29 12:28:37 +02:00
parent 338b265950
commit 0a19f0d813

View File

@@ -3352,6 +3352,9 @@ Solution: stackoverflow.com/questions/34250282/flexbox-safari-bug-flex-wrap
-webkit-align-items: flex-start;
align-items: flex-start;
min-height: 100vh;
background: transparent;
position: relative;
z-index: 2;
}
#webslides-zoomed.grid > .column > .wrap-zoom {
position: relative;
@@ -3415,7 +3418,7 @@ Solution: stackoverflow.com/questions/34250282/flexbox-safari-bug-flex-wrap
}
#webslides.disabled, #webslides.zooming {
position: absolute;
position: fixed;
width: 100%;
z-index: 0;
}