1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-20 20:02:07 +02:00
This commit is contained in:
Antonio Laguna
2017-07-28 11:54:48 +02:00
parent eea1b46f02
commit 50cb44c85f
3 changed files with 25 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
/*!
* Name: WebSlides
* Version: 1.3.1
* Date: 2017-07-24
* Date: 2017-07-28
* Description: Making HTML presentations easy
* URL: https://github.com/webslides/webslides#readme
* Credits: @jlantunez, @LuisSacristan, @Belelros
@@ -350,6 +350,11 @@ webslides.js will add .ws-ready automatically. Don't worry :) -- */
overflow: hidden;
width: 100%; }
.ws-ready.ws-ready-zoom {
overflow: visible; }
.ws-ready.ws-ready-zoom body {
overflow: auto; }
#webslides {
-ms-overflow-style: none;
-webkit-overflow-scrolling: touch;
@@ -2917,12 +2922,12 @@ Solution: stackoverflow.com/questions/34250282/flexbox-safari-bug-flex-wrap
@media screen and (max-width: 567px) {
#webslides-zoomed > .wrap > .grid > .column {
width: 100%; } }
@media screen and (min-width: 568px) and (max-width: 1023px) {
@media screen and (min-width: 568px) and (max-width: 1024px) {
#webslides-zoomed > .wrap > .grid > .column {
width: 50%; } }
@media screen and (orientation: portrait) {
@media screen and (max-width: 567px) and (orientation: portrait) {
#webslides-zoomed > .wrap > .grid > .column {
width: 50%; } }
width: 100%; } }
#webslides-zoomed > .wrap > .grid > .column > .wrap-zoom {
display: inline-block;
height: 25vh;
@@ -3002,7 +3007,7 @@ Solution: stackoverflow.com/questions/34250282/flexbox-safari-bug-flex-wrap
#webslides.disabled {
-webkit-filter: blur(10px);
filter: blur(10px);
/* BLur makes scroll no accesible */
/* Blur makes scroll no accesible */
width: calc(100% - 10px); }
/*=========================================