diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2019-01-30 16:31:31 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2019-01-30 16:31:31 +0100 |
commit | 6a2cb42e6b7bd8374d47552a4b0bb57b88a4f23f (patch) | |
tree | c705428cf795ef39bc1d89b055a76cf11d23f489 /css/reveal.css | |
parent | 2219107c69189997289cfbcb3f76ba5ddff1ac51 (diff) | |
download | fosdem-2021-minimalism-presentation-6a2cb42e6b7bd8374d47552a4b0bb57b88a4f23f.tar fosdem-2021-minimalism-presentation-6a2cb42e6b7bd8374d47552a4b0bb57b88a4f23f.tar.gz |
enable pinch-to-zoom for android
Diffstat (limited to 'css/reveal.css')
-rw-r--r-- | css/reveal.css | 4 |
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; |