Fix slides being cut off in Chrome.

master
Chris Lawrence 2015-10-02 20:48:13 -04:00
parent 69104e8e04
commit e0d723be28
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@
.reveal .slides section {
visibility: visible !important;
position: static !important;
width: 100% !important;
width: auto !important;
height: auto !important;
display: block !important;
overflow: visible !important;