jaames / iro.js

🎨 Modular color picker widget for JavaScript, with support for a bunch of color formats

Home Page:https://iro.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

circle selector barely visible

rshensley opened this issue · comments

commented

For some reason the circle selector for the color wheel and slider are barely visible with default settings being used and nothing being modified. Is there anything I should look for to resolve this?

commented

Obviously I can only make vague guesses without a screenshot, but the first thing to check would be the codepen example to see if you get a similar issue there as well, which would rule out any browser weirdness.

If the codepen demo works as expected then you probably have some CSS styles being applied to all svg elements, since the handles are SVGs that would be an issue (you should be able to use your browser's devtools to find this out easily).