Simon Reinisch
Simon Reinisch
Please stick to the [Issue Template](https://github.com/Simonwep/pickr/blob/master/.github/ISSUE_TEMPLATE.md) when you create a new one. This will help me to resolve it as fast as possible. What's your pickr-version, which browser / OS...
Probably fixed in ba94bf7ec70cad802dbfc3a4a348017497919ad0
No problem :) Thank's for the issue! Yeah, nested scrolling is a problem... Since you wouldn't be the last one who requests this I've added a `closeOnScroll` option in 54be4fe36dfdb9169ac61271011f80784cb9d298....
Okay, the patch / option is available in [0.6.6](https://github.com/Simonwep/pickr/releases/tag/0.6.6) :)
Scrolling is already taken into account, see [this nanopop function](https://github.com/Simonwep/pickr/blob/master/src/js/libs/nanopop.js#L26). The main issue would be to restrict it to an element, adding it to an container element could lead to...
Hey @bjarnef! Does this issue still exist? We're now at `1.6.0` and the positioning engine itself has become a project of its one (see [NanoPop](https://github.com/Simonwep/nanopop)) ^^
@sdbrannum The idea is awesome! The only problem is that the background behind the border is still where which causes a transparency-pattern appearing behind the previous-color-button. Box-shadow also shrinks the...
As you said, you can clone it and modify `createFromTemplate`. It's basically documented [here](https://github.com/Simonwep/pickr/blob/master/src/js/lib/utils.js#L94) but ask if you have any questions regarding to it. Unfortunately there's currently no other method...
@lokesh-coder Pickr got themes where the one you tried to implement is now available as nano theme, check out the demo :)
@bjarnef That's currently not possible, you would need to manipulate the [template](https://github.com/Simonwep/pickr/blob/master/src/js/template.js) :( But I like the Borderlines hue-picker, maybe I'll update the nano layout more in this direction :)...