From e0ea0ca988a2004ed2eee5d4883b8ded84a24d53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Mon, 26 Jan 2026 16:23:34 +0700 Subject: [PATCH] Prevent mobile Safari from resizing text --- app/styles/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/app.css b/app/styles/app.css index a9785b0..5f6af3c 100644 --- a/app/styles/app.css +++ b/app/styles/app.css @@ -4,6 +4,7 @@ html, body { height: 100%; overscroll-behavior: none; /* Prevent pull-to-refresh on mobile */ + -webkit-text-size-adjust: 100%; } body {