-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Color Picker shows behind HTML dialog #116
Comments
After some inspection, It appears that the issue stems from the fact that the HTML dialog element when displayed using the showModal() method, is displayed as a top layer. |
Hi @ArildoDev. |
@ArildoDev When is use attachTo, and attach it to something within a modal, it shows offset the same amount that the modal is offset from the top right of the screen. So while it is attached to that element in a z-index perspective, the coordinates are totally off |
If the color picker trigger is placed in a HTML dialog, the color picker panel displays behind the modal backdrop and is not usable.
Also, after closing the HTML dialog, the color picker panel persists until another action is triggered.
The text was updated successfully, but these errors were encountered: