Move toast in front of modal. #128
Unanswered
MikeBrownCygnia
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I think you can fix this by applying a higher z-index to the toast. This is the class you need to override: .blazored-toast-container {
z-index: 1; //<-- set this to as higher number as you need to make it the top element.
} |
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
-
Hi Chris,
I am using Toast and Modal together, however when I launch a toast from a click within a modal, the toast appears behind the transparent overlay. Can I move this in front of it?
Kind thanks, Michael
Beta Was this translation helpful? Give feedback.
All reactions