Closed tomayac closed 1 week ago
Just to clarify, <dialog>
is the right thing to do here, but for whatever reason it scrolled the page when it was iframed. In the longer term, we may want to find out the reason (showModal()
?), but for now, the <div>
is just the stupid thing that works.
<dialog>
to a simple<div>
, because else it scrolls the demo into sight if it's embedded and the<dialog>
opens.