Any way to place a dialog over a modal dialog?
I have a dropdown control which is implemented a dialog (seems a div would behave the same), any way to place it over a modal dialog so it would behave as a dropdown and be independent of the modal? Tried several things with z-index
, no luck:
How to position HTML dialog element at bottom of page with full width?
I’m trying to position an HTML <dialog>
element at the bottom of a page and I want it to stretch across the entire viewport width.