Move toast in front of modal. #128
Unanswered
MikeBrownCygnia
asked this question in
Q&A
Replies: 1 comment 3 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.
3 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.
-
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