diff options
Diffstat (limited to 'css/reveal.css')
-rw-r--r-- | css/reveal.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/css/reveal.css b/css/reveal.css index d8061de..67986b6 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -669,6 +669,10 @@ body { background: none; overflow: visible; } +.reveal.overview .backgrounds { + -webkit-perspective: inherit; + perspective: inherit; } + .reveal.overview .backgrounds .slide-background { opacity: 1; visibility: visible; } @@ -738,7 +742,7 @@ body { /********************************************* * PER-SLIDE BACKGROUNDS *********************************************/ -.reveal > .backgrounds { +.reveal .backgrounds { position: absolute; width: 100%; height: 100%; |