diff options
Diffstat (limited to 'css/reveal.css')
-rw-r--r-- | css/reveal.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/css/reveal.css b/css/reveal.css index ed380ab..50432e4 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -340,7 +340,7 @@ body { opacity: 1; } .reveal.center, .reveal.center .slides, .reveal.center .slides section { - min-height: auto !important; } + min-height: 0 !important; } /* Don't allow interaction with invisible slides */ .reveal .slides > section.future, .reveal .slides > section > section.future, .reveal .slides > section.past, .reveal .slides > section > section.past { @@ -464,7 +464,7 @@ body { box-sizing: border-box; } .reveal.center.cube .slides section { - min-height: auto; } + min-height: 0; } .reveal.cube .slides section:not(.stack):before { content: ''; @@ -714,7 +714,7 @@ body { opacity: 1 !important; position: relative !important; height: auto; - min-height: auto; + min-height: 0; top: 0; left: -50%; margin: 70px 0; |