Browse Source

work around iframe flicker in 3d transitions

Hakim El Hattab 11 years ago
parent
commit
85043645ec
2 changed files with 4 additions and 0 deletions
  1. 4 0
      css/reveal.css
  2. 0 0
      css/reveal.min.css

+ 4 - 0
css/reveal.css

@@ -205,6 +205,10 @@ body {
   font-style: italic;
 }
 
+.reveal iframe {
+	z-index: 1;
+}
+
 /* Ensure certain elements are never larger than the slide itself */
 .reveal img,
 .reveal video,

File diff suppressed because it is too large
+ 0 - 0
css/reveal.min.css


Some files were not shown because too many files changed in this diff