aboutsummaryrefslogtreecommitdiff
path: root/css/reveal.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/reveal.css')
-rw-r--r--css/reveal.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/css/reveal.css b/css/reveal.css
index db18bb0..8d1d405 100644
--- a/css/reveal.css
+++ b/css/reveal.css
@@ -197,7 +197,8 @@ body {
bottom: 0;
left: 0;
z-index: 1;
- color: #fff; }
+ color: #fff;
+ pointer-events: none; }
.reveal .controls button {
position: absolute;
padding: 0;
@@ -213,6 +214,7 @@ body {
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
z-index: 2;
+ pointer-events: auto;
visibility: hidden;
opacity: 0;
-webkit-appearance: none;