fix bug where interactive iframe backgrounds were blocked by future vertical stacks
This commit is contained in:
parent
619b3a087c
commit
a4cb3307bb
1 changed files with 2 additions and 4 deletions
|
@ -703,10 +703,8 @@ $controlsArrowAngleActive: 36deg;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Don't allow interaction with invisible slides */
|
/* Don't allow interaction with invisible slides */
|
||||||
.reveal .slides>section.future,
|
.reveal .slides>section:not(.present),
|
||||||
.reveal .slides>section>section.future,
|
.reveal .slides>section>section:not(.present) {
|
||||||
.reveal .slides>section.past,
|
|
||||||
.reveal .slides>section>section.past {
|
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue