From c2880bbc659ae48b2599c8f6a8dfe0b0ac9100bf Mon Sep 17 00:00:00 2001 From: slweeb <91897291+slweeb@users.noreply.github.com> Date: Tue, 4 Jan 2022 13:58:37 -0500 Subject: [PATCH] disable double tap zoom on mobile --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index effe81dd..49064149 100644 --- a/index.html +++ b/index.html @@ -236,7 +236,7 @@ flex-wrap:wrap; text-align:center; } - .disable-dbl-tap-zoom { /*Disable double tap zoom on mobile devices*/ + button, input { /*Disable double tap zoom on mobile devices*/ touch-action: manipulation; }