mdbassit / Coloris

A lightweight and elegant JavaScript color picker. Written in vanilla ES6, no dependencies. Accessible.
https://coloris.js.org/examples.html
MIT License
443 stars 58 forks source link

The color picker doesn't stick to the input it scrolls along #136

Closed MeetM15 closed 5 months ago

MeetM15 commented 6 months ago

image image

mdbassit commented 6 months ago

The input fields are probably rendered within a scrollable container. You need to set the parent option to a selector pointing to that scrollable container.

mdbassit commented 5 months ago

@MeetM15 does this solve your problem?