Explorar o código

fix bug where interactive iframe backgrounds were blocked by future vertical stacks

Hakim El Hattab %!s(int64=5) %!d(string=hai) anos
pai
achega
a4cb3307bb
Modificáronse 1 ficheiros con 2 adicións e 4 borrados
  1. 2 4
      css/reveal.scss

+ 2 - 4
css/reveal.scss

@@ -703,10 +703,8 @@ $controlsArrowAngleActive: 36deg;
 }
 
 /* Don't allow interaction with invisible slides */
-.reveal .slides>section.future,
-.reveal .slides>section>section.future,
-.reveal .slides>section.past,
-.reveal .slides>section>section.past {
+.reveal .slides>section:not(.present),
+.reveal .slides>section>section:not(.present) {
 	pointer-events: none;
 }