From d94ae2cf70a0128df98a45c74d5d1517f3cee730 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Sun, 12 May 2013 09:47:24 -0400 Subject: -ms-touch-action for #450 --- css/reveal.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'css/reveal.css') diff --git a/css/reveal.css b/css/reveal.css index 394cc9f..92d41a0 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -544,6 +544,8 @@ body { position: relative; width: 100%; height: 100%; + + -ms-touch-action: none; } .reveal .slides { -- cgit v1.2.3