color-picker
color-picker copied to clipboard
Attach to parent element
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.
Yes. See the static color picker example on how I append the picker element to a DOM:
picker.enter(document.querySelector('#container'));