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
Hello.
Having some issues with the HexColorPicker at small sizes.
I'm setting the size like this using a CSS class:
.custom-color-picker.react-colorful { margin-top: 5px; position: absolute; z-index: 1; right: 5px; width: 46px !important; height: 30px !important; }
With this short height, the color picker will not distribute the range of colors in a reasonable way, and instead display mostly black color.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello.
Having some issues with the HexColorPicker at small sizes.
I'm setting the size like this using a CSS class:
With this short height, the color picker will not distribute the range of colors in a reasonable way, and instead display mostly black color.
The text was updated successfully, but these errors were encountered: