Skip to content

Commit

Permalink
support interactive iframe backgrounds in vertical stacks
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel committed Apr 17, 2018
1 parent 2a57223 commit f1133f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/reveal.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
1 change: 1 addition & 0 deletions css/reveal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,7 @@ $controlsArrowAngleActive: 36deg;
.reveal .slides>section.stack {
padding-top: 0;
padding-bottom: 0;
pointer-events: none;
}

.reveal .slides>section.present,
Expand Down

0 comments on commit f1133f0

Please sign in to comment.