From 27a86d261e9d4c1f2e29b70e6de119b745aed2ec Mon Sep 17 00:00:00 2001 From: olivierbloch Date: Tue, 1 Oct 2013 14:00:32 -0700 Subject: IE 11 support Added un-prefixed touch-action CSS attribute added un-prefixed PointerEvents event handler hooks --- css/reveal.css | 1 + 1 file changed, 1 insertion(+) (limited to 'css/reveal.css') diff --git a/css/reveal.css b/css/reveal.css index a9b3888..02ec810 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -487,6 +487,7 @@ body { height: 100%; -ms-touch-action: none; + touch-action: none; } .reveal .slides { -- cgit v1.2.3