Replies: 1 comment 2 replies
-
Hi @abhic91, Do you have a sandbox to provide? It sounds like perhaps you have rendered the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using the
Toast
inside a component that appears inside a modal(Dialog
). When I do this, the toast appears from inside the modal instead of from outside the viewport.I could see that the modal is outside the
root
div
, but theToast
'sdiv
isn't outside the modal'sdiv
as its sibling but as its child.How do I make the
Toast
appear from the viewport instead of from the modal? And thanks for making radix-ui.Beta Was this translation helpful? Give feedback.
All reactions