aboutsummaryrefslogtreecommitdiff
path: root/css/reveal.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/reveal.css')
-rw-r--r--css/reveal.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/reveal.css b/css/reveal.css
index 4a9f030..63ba646 100644
--- a/css/reveal.css
+++ b/css/reveal.css
@@ -469,8 +469,8 @@ body {
width: 100%;
height: 100%;
overflow: hidden;
- -ms-touch-action: none;
- touch-action: none; }
+ -ms-touch-action: pinch-zoom;
+ touch-action: pinch-zoom; }
.reveal .slides {
position: absolute;