Replies: 1 comment 7 replies
-
Hi @doougui , how are you rendering to the iframe? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. I'm developing a chrome extension and trying to use the Dialog primitive inside an iframe, but even when using the
Dialog.Portal
conponent, the "outer" body (the one outside the iframe) is the one getting the overlay styles applied.And the content renders inside the "outer" body too:
How do I make sure the Dialog opens inside the iframe and not in the page body?
Beta Was this translation helpful? Give feedback.
All reactions