From ac31b0d12c0830a7df7f87997de17e791cea20cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Tue, 19 May 2026 19:52:26 +0200 Subject: [PATCH] Harden slider rendering for iOS Safari WebKit --- styleguide.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styleguide.css b/styleguide.css index e67c990..0f0abb9 100644 --- a/styleguide.css +++ b/styleguide.css @@ -878,6 +878,7 @@ section + section { margin: 0; padding: 0; border: 0; + -webkit-appearance: none; appearance: none; background: transparent; cursor: pointer; @@ -902,6 +903,7 @@ section + section { margin-top: var(--dimension-slider-thumb-offset-top); border: 0; border-radius: 50%; + -webkit-appearance: none; appearance: none; background: var(--surface-slider-thumb); }