From f1133f0e103d6a75f5a8d4e884052c818ea86f3a Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Tue, 17 Apr 2018 09:46:55 +0200 Subject: support interactive iframe backgrounds in vertical stacks --- css/reveal.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'css/reveal.css') diff --git a/css/reveal.css b/css/reveal.css index bc96e1e..05c2e8d 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -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 { -- cgit v1.2.3