Replies: 1 comment
-
Yes. But to can put alerts inside the Let me know if you have any questions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, I would like to show alerts on top of everything else, including modals.
If I understand correctly, dialogs (and popovers) are placed on the top layer and only other top layer elements can be on top of it. However, even if I implement alerts as top layer elements, newly opened modals will go on top of the existing alerts.
Is that correct? Does that mean I have to avoid using dialogs for modals?
Anyone else having similar frustrations?
Beta Was this translation helpful? Give feedback.
All reactions