simonwep / pickr

🎨 Flat, simple, multi-themed, responsive and hackable Color-Picker library. No dependencies, no jQuery. Compatible with all CSS Frameworks e.g. Bootstrap, Materialize. Supports alpha channel, rgba, hsla, hsva and more!
https://simonwep.github.io/pickr
MIT License
4.31k stars 285 forks source link

How to hide the color-mixer with css? #267

Closed gregnau closed 3 years ago

gregnau commented 3 years ago

On smaller screens in landscape mode it takes the most of the viewport space, while a hue slider would be enough for the task.

Is it possible to hide or remove somehow the color mixer with css?

So far i tried with the display: none property, but it causes the mixer output only #NaNNaNNaN for choosen color.

simonwep commented 3 years ago

Please stick to the Issue Template. Create a JSFiddle and describe what you've done as detailed as possible and break your issue down to a minimum. This will help me to resolve it as fast as possible.