From 2d65626e0390ba3b428ed152300c5e020ae5a15a Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Sat, 25 Jan 2020 14:21:23 +0100 Subject: [PATCH] Disable double tap zoom on button. --- src/components/GeneratePage.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/GeneratePage.vue b/src/components/GeneratePage.vue index 4a3e71b..eca31d4 100644 --- a/src/components/GeneratePage.vue +++ b/src/components/GeneratePage.vue @@ -337,6 +337,9 @@ button { height: calc(3rem + 18px); display: inline-flex; max-height: calc(3rem + 18px); + + // disable-dbl-tap-zoom + touch-action: manipulation; } .colors-text {