support interactive iframe backgrounds in vertical stacks
This commit is contained in:
parent
2a57223939
commit
f1133f0e10
@ -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 {
|
||||
|
@ -640,6 +640,7 @@ $controlsArrowAngleActive: 36deg;
|
||||
.reveal .slides>section.stack {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.reveal .slides>section.present,
|
||||
|
Loading…
Reference in New Issue
Block a user