From 9898c163eed923b9ed0a709a05262109d9d8ecfc Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Sun, 19 Jul 2020 19:27:10 +0200 Subject: [PATCH] Rapid button presses no longer zoom page. --- frontend/styles/normalize.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/styles/normalize.scss b/frontend/styles/normalize.scss index 2fe6f75..ded2674 100644 --- a/frontend/styles/normalize.scss +++ b/frontend/styles/normalize.scss @@ -12,4 +12,7 @@ a { button { cursor: pointer; -webkit-appearance: unset; + + // disable-dbl-tap-zoom + touch-action: manipulation; }