From 92049d8244ae5d7d664372b8299208d2d4650adf Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Wed, 12 Oct 2016 12:38:19 +0200 Subject: fix unclickable slides in overview when controls were edge-aligned --- css/reveal.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'css/reveal.scss') 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; -- cgit v1.2.3