fix overview slide positioning bug (closes #89)

This commit is contained in:
Hakim El Hattab
2012-08-04 18:16:27 -04:00
parent de86c4eb7c
commit c448789016
2 changed files with 6 additions and 3 deletions

View File

@ -886,6 +886,8 @@ body {
.reveal.overview .slides section {
padding: 20px 0;
max-height: 600px;
overflow: hidden;
opacity: 1;
cursor: pointer;
background: rgba(0,0,0,0.1);
@ -911,6 +913,7 @@ body {
.reveal.overview .slides>section.stack {
background: none;
padding: 0;
overflow: visible;
}