From 1bb8bb624fd5c732c8de89675b7fc314a1b87bb9 Mon Sep 17 00:00:00 2001 From: radishzzz Date: Sun, 26 Jan 2025 04:21:32 +0000 Subject: [PATCH] test: ios flash issue --- src/styles/global.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles/global.css b/src/styles/global.css index b2d9e66..759eef5 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -14,7 +14,8 @@ html::-webkit-scrollbar { body { --at-apply: 'text-1.6rem'; backface-visibility: hidden; - -webkit-backface-visibility: hidden; + transform: translateZ(0); + -webkit-transform: translateZ(0); } h1, h2, h3 { text-rendering: optimizeLegibility;