react-colorful icon indicating copy to clipboard operation
react-colorful copied to clipboard

phantom dot appearing at slider start

Open kitty433cute opened this issue 1 year ago • 2 comments

image image

steps to reproduce:

open link from docs https://codesandbox.io/s/react-colorful-demo-u5vwp?file=/src/App.js drag slider right left see dot

kitty433cute avatar Aug 03 '22 08:08 kitty433cute

Hi! Thanks for reporting. It looks like a border-radius rendering bug in the browser. Do you have an idea how we can fix it?

omgovich avatar Aug 10 '22 13:08 omgovich

Hi all , its not happening in Firefox, it seems only happening in chrome based browsers.

I used transform: translateZ(0px); on div.react-colorful__hue.react-colorful__last-control which makes the dot disappear completely

ahmad-shoja avatar Feb 09 '23 21:02 ahmad-shoja