diff options
author | Hakim El Hattab | 2013-05-12 09:47:24 -0400 |
---|---|---|
committer | Hakim El Hattab | 2013-05-12 09:47:24 -0400 |
commit | d94ae2cf70a0128df98a45c74d5d1517f3cee730 (patch) | |
tree | 47040640dc16eec741d5d5095b4f7cd7ae70d533 /css/reveal.css | |
parent | f5155ed2a100c1f2de0ce207a7b3d370574237bc (diff) |
-ms-touch-action for #450
Diffstat (limited to 'css/reveal.css')
-rw-r--r-- | css/reveal.css | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |