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

@@ -446,7 +446,9 @@ body {
}
.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;
}