Harden slider rendering for iOS Safari WebKit

This commit is contained in:
2026-05-19 19:52:26 +02:00
parent 3f9467f6eb
commit ac31b0d12c
+2
View File
@@ -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);
}