Replies: 1 comment
-
You need to render the color picker inside your floating panel using the Here is an example: Coloris({
parent: '.my-floating-panel-selector',
...
// Other options here
}); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a floating panel (like settings) in a page that allows you to change colors of things on that page. Coloris initially gets positioned correctly but when you scroll the page with it open it scrolls with the page, and doesn't stay open under the field that opened it. Inline just puts Coloris at the bottom of the page and does inject it with the field that invokes it. I should also note that the panel can be dragged around so it would need to update it's position when the panel position gets updated. An ideas how to solve?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions