material-tailwind icon indicating copy to clipboard operation
material-tailwind copied to clipboard

Sliders in Firefox are rendered incorrectly

Open ivxvm opened this issue 1 year ago • 5 comments

Here's screenshot: https://imgur.com/a/0RGIZ77 https://i.imgur.com/3GL9LP2.png

macOS 13.3.1 (a) Firefox 115.0.2 (64-bit)

ivxvm avatar Jul 25 '23 10:07 ivxvm

Same here Win 10 115.0.3 (64-bit)

ahfontaine avatar Jul 28 '23 15:07 ahfontaine

I just looked into the code, it seems that thez-index property doesn't apply to pseudo-elements like ::-moz-range-thumb in Firefox, which caused this issue. ([&::-moz-range-thumb]:z-20 is not working on Firefox) To fix this we have to create a custom slider thumb.

renny-ren avatar Jul 30 '23 09:07 renny-ren

@renny-ren I'm working on v3 and there is a plan for a custom slider entirely.

sajadevo avatar Sep 14 '23 08:09 sajadevo

Hi @sajadevo, when can we expect the release of v3 for revamped slider component?

rohit-arium avatar Dec 22 '23 12:12 rohit-arium

Same here, @latest from material-tailwind + @latest NextJs + React ... all updated. What I found to fix was, to create a secondary slider just for Firefox. Sad but... the only way I found ... 😔

MarceloViannaDev avatar Feb 20 '24 23:02 MarceloViannaDev