diff options
author | Hakim El Hattab | 2016-04-13 15:21:30 +0200 |
---|---|---|
committer | Hakim El Hattab | 2016-04-13 15:21:30 +0200 |
commit | 5dd90671507f8f56b27fe9d8a2fd25c1adb08d6b (patch) | |
tree | c42f4bc0da3b55d0315ecbc26d67f675308a7d03 /css/reveal.scss | |
parent | cb092e60bf074e4ed587641ba8b6fd8dfdc43679 (diff) |
overview now works with percentage based width/height #1247
Diffstat (limited to 'css/reveal.scss')
-rw-r--r-- | css/reveal.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/css/reveal.scss b/css/reveal.scss index 8cf8cda..f8d6904 100644 --- a/css/reveal.scss +++ b/css/reveal.scss @@ -1022,7 +1022,8 @@ html:-moz-full-screen-ancestor { perspective: 700px; .slides section { - height: 700px; + height: 100%; + top: 0 !important; opacity: 1 !important; overflow: hidden; visibility: visible !important; |