add for iframe backgrounds

This commit is contained in:
Hakim El Hattab
2017-04-27 16:39:49 +02:00
parent b19dc7fc80
commit caccf67d3a
3 changed files with 8 additions and 4 deletions

View File

@@ -377,7 +377,9 @@ body {
opacity: 1; }
.reveal .slides > section:empty,
.reveal .slides > section > section:empty {
.reveal .slides > section > section:empty,
.reveal .slides > section[data-background-interactive],
.reveal .slides > section > section[data-background-interactive] {
pointer-events: none; }
.reveal.center,