Skip to content
Snippets Groups Projects
Commit a4cb3307 authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

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

parent 619b3a08
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment