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; }