From acfb48f0f638557b2919189ca55ece6b67ed118e Mon Sep 17 00:00:00 2001 From: Ryan Barlow Date: Sat, 3 Jan 2026 20:59:24 +0000 Subject: [PATCH] Added mobile zoom suppression --- index.html | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index a3105a2a9..2e944fe44 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ OpenFront (ALPHA) @@ -43,6 +43,11 @@ html { visibility: visible; opacity: 1; + touch-action: manipulation; + } + + body { + touch-action: manipulation; } html.preload { @@ -492,6 +497,29 @@ }); + +