mirror of
https://github.com/webslides/WebSlides.git
synced 2025-08-23 21:33:09 +02:00
Fix index background scroll and zoom out when clicking in bottom empty space
This commit is contained in:
@@ -3352,6 +3352,9 @@ Solution: stackoverflow.com/questions/34250282/flexbox-safari-bug-flex-wrap
|
|||||||
-webkit-align-items: flex-start;
|
-webkit-align-items: flex-start;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
|
background: transparent;
|
||||||
|
position: relative;
|
||||||
|
z-index: 2;
|
||||||
}
|
}
|
||||||
#webslides-zoomed.grid > .column > .wrap-zoom {
|
#webslides-zoomed.grid > .column > .wrap-zoom {
|
||||||
position: relative;
|
position: relative;
|
||||||
@@ -3415,7 +3418,7 @@ Solution: stackoverflow.com/questions/34250282/flexbox-safari-bug-flex-wrap
|
|||||||
}
|
}
|
||||||
|
|
||||||
#webslides.disabled, #webslides.zooming {
|
#webslides.disabled, #webslides.zooming {
|
||||||
position: absolute;
|
position: fixed;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user