diff options
author | olivierbloch | 2013-10-01 14:06:55 -0700 |
---|---|---|
committer | olivierbloch | 2013-10-01 14:06:55 -0700 |
commit | e608dafaf112f1adb2b131f9e390ff19920d791b (patch) | |
tree | c7da74c50d44572b33eeff006d0a7312c1c27fdb /css/reveal.css | |
parent | 059311923bacc80e03393ac7d7aa2be7b8ac6fc4 (diff) | |
parent | 27a86d261e9d4c1f2e29b70e6de119b745aed2ec (diff) |
IE11 Support
Added unprefixed touch-action CSS attribute
Added unprefixed pointer events handlers hooks
Diffstat (limited to 'css/reveal.css')
-rw-r--r-- | css/reveal.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/css/reveal.css b/css/reveal.css index 53bd2ba..1ebf81d 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 { |