From fe0d2018033e4b41db301273eccf7fa06371b666 Mon Sep 17 00:00:00 2001 From: Pouya Saadeghi Date: Mon, 31 Oct 2022 18:59:15 +0300 Subject: [PATCH] fix: #1266 --- src/components/styled/range.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/styled/range.css b/src/components/styled/range.css index 5495c1c62c3..4566e234252 100644 --- a/src/components/styled/range.css +++ b/src/components/styled/range.css @@ -1,4 +1,5 @@ .range { + appearance: none; -webkit-appearance: none; --range-shdw: var(--bc); @apply bg-transparent rounded-box overflow-hidden; @@ -19,6 +20,7 @@ &::-webkit-slider-thumb { background-color: hsl(var(--b1)); @apply relative h-6 w-6 border-none rounded-box; + appearance: none; -webkit-appearance: none; top: 50%; color: hsl(var(--range-shdw));