summaryrefslogtreecommitdiffhomepage
path: root/css/reveal.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/reveal.css')
-rw-r--r--css/reveal.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/css/reveal.css b/css/reveal.css
index a5a0612..6a27da6 100644
--- a/css/reveal.css
+++ b/css/reveal.css
@@ -606,6 +606,19 @@ body {
min-height: auto !important;
}
+/* Don't allow interaction with invisible slides */
+.reveal .slides>section.future,
+.reveal .slides>section>section.future,
+.reveal .slides>section.past,
+.reveal .slides>section>section.past {
+ pointer-events: none;
+}
+
+.reveal.overview .slides>section,
+.reveal.overview .slides>section>section {
+ pointer-events: auto;
+}
+
/*********************************************