From fd190a5e3df0ca21a5cb91dfd76c010e7dd76b2d Mon Sep 17 00:00:00 2001 From: Leon Mika Date: Wed, 18 Jun 2025 23:28:28 +0200 Subject: [PATCH] Attempt to avoid backface flickering --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index ee6528b..70cd782 100644 --- a/style.css +++ b/style.css @@ -10,6 +10,7 @@ label:has(input[type=radio]) { position: relative; transition: background-color 0.2s, color 0.2s, border-color 0.2s; + -webkit-backface-visibility: hidden; margin-block: 0.5em; padding-block: 0.4em;