From 213c8d13541f3ac4c68098a6528d1bdcc716ab32 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Sat, 28 Jun 2014 12:58:33 +0200 Subject: fix double-navigation on touch for some android systems --- css/reveal.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'css') diff --git a/css/reveal.css b/css/reveal.css index 54106e5..20d1405 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -248,6 +248,8 @@ body { z-index: 30; right: 10px; bottom: 10px; + + -webkit-user-select: none; } .reveal .controls div { @@ -258,6 +260,7 @@ body { border: 12px solid transparent; -moz-transform: scale(.9999); + -webkit-tap-highlight-color: rgba( 0, 0, 0, 0 ); -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -- cgit v1.2.3