1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-09-01 17:12:43 +02:00

Improving index rendering, first approach

This commit is contained in:
Luis
2017-07-16 20:18:04 +02:00
parent 0e0b2b4160
commit 578a66977a
5 changed files with 52 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
/*!
* Name: WebSlides
* Version: 1.3.1
* Date: 2017-07-15
* Date: 2017-07-16
* Description: Making HTML presentations easy
* URL: https://github.com/webslides/webslides#readme
* Credits: @jlantunez, @LuisSacristan, @Belelros
@@ -2885,6 +2885,9 @@ Solution: stackoverflow.com/questions/34250282/flexbox-safari-bug-flex-wrap
min-height: 100vh;
position: relative;
z-index: 2; }
#webslides-zoomed.disabled {
left: -100000px;
position: absolute; }
#webslides-zoomed .slide {
height: 100%;
width: 400%; }