support interactive iframe backgrounds in vertical stacks

This commit is contained in:
Hakim El Hattab 2018-04-17 09:46:55 +02:00
parent 2a57223939
commit f1133f0e10
2 changed files with 3 additions and 1 deletions

View File

@ -531,7 +531,8 @@ body {
.reveal .slides > section.stack {
padding-top: 0;
padding-bottom: 0; }
padding-bottom: 0;
pointer-events: none; }
.reveal .slides > section.present,
.reveal .slides > section > section.present {

View File

@ -640,6 +640,7 @@ $controlsArrowAngleActive: 36deg;
.reveal .slides>section.stack {
padding-top: 0;
padding-bottom: 0;
pointer-events: none;
}
.reveal .slides>section.present,