aboutsummaryrefslogtreecommitdiffhomepage
path: root/css/reveal.scss
diff options
context:
space:
mode:
authorHakim El Hattab2016-10-12 12:38:19 +0200
committerHakim El Hattab2017-05-16 09:45:37 +0200
commit92049d8244ae5d7d664372b8299208d2d4650adf (patch)
treed0aedb9ff2343e560b8d692ba90dce50103f1f4d /css/reveal.scss
parent2a0a6cbabce1c584dd8cc90b435a6cdddfedfbdb (diff)
fix unclickable slides in overview when controls were edge-aligned
Diffstat (limited to 'css/reveal.scss')
-rw-r--r--css/reveal.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/css/reveal.scss b/css/reveal.scss
index 4a3c1a9..5a046d3 100644
--- a/css/reveal.scss
+++ b/css/reveal.scss
@@ -262,6 +262,7 @@ body {
left: 0;
z-index: 1;
color: #fff;
+ pointer-events: none;
button {
position: absolute;
@@ -276,6 +277,7 @@ body {
transform: scale(.9999);
transition: all 0.2s ease;
z-index: 2; // above slides
+ pointer-events: auto;
visibility: hidden;
opacity: 0;