From 7fdb5d97787fd2c69b91d0d29078199efe96ebe3 Mon Sep 17 00:00:00 2001 From: Vincent de Graaf Date: Tue, 25 Jun 2024 13:49:01 +0200 Subject: [PATCH] [fix]: set global webkit-text-size-adjust (#2855) * set global webkit-text-size-adjust * Update src/global.css Co-authored-by: Aram <37216945+alimpens@users.noreply.github.com> --------- Co-authored-by: Aram <37216945+alimpens@users.noreply.github.com> --- src/global.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/global.css b/src/global.css index e5542dc41d..0bd16758d6 100644 --- a/src/global.css +++ b/src/global.css @@ -42,6 +42,7 @@ body { width: 100%; margin: 0; padding: 0; + -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS. */ } html {