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:
@@ -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%; }
|
||||
|
Reference in New Issue
Block a user