We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
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
transform: translateZ(0px);
div.react-colorful__hue.react-colorful__last-control
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: