1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-26 07:55:09 +02:00

overview now works with percentage based width/height #1247

This commit is contained in:
Hakim El Hattab
2016-04-13 15:21:30 +02:00
parent cb092e60bf
commit 5dd9067150
3 changed files with 26 additions and 27 deletions

View File

@@ -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;