color-picker icon indicating copy to clipboard operation
color-picker copied to clipboard

Attach to parent element

Open asacarter opened this issue 1 year ago • 1 comments

Was the parent option to attach the picker to a parent element removed in V2?

The problem is that if it's attached to a scrollable element, the popup is positioned to window so it doesn't scroll with the scrollable element.

asacarter avatar Mar 22 '23 20:03 asacarter

Yes. See the static color picker example on how I append the picker element to a DOM:

picker.enter(document.querySelector('#container'));

taufik-nurrohman avatar Mar 23 '23 09:03 taufik-nurrohman