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

a few corrections to overview slide positioning

This commit is contained in:
Hakim El Hattab
2013-08-11 13:50:51 -04:00
parent 93f516d30d
commit a96ace5194
2 changed files with 5 additions and 3 deletions

View File

@@ -1072,6 +1072,7 @@ body {
.reveal.overview .slides section {
height: 600px;
top: -300px !important;
overflow: hidden;
opacity: 1 !important;
visibility: visible !important;
@@ -1097,6 +1098,7 @@ body {
}
.reveal.overview .slides>section.stack {
padding: 0;
top: 0 !important;
background: none;
overflow: visible;
}

2
css/reveal.min.css vendored

File diff suppressed because one or more lines are too long