Hi, I'm using ToastService acording to your documents to show toasts in the blazor wasm app.
The problem I have is that if I want to show a toast while a full-width dialog is open, since the ToastService toasts target #body, the toasts end up under the open dialog, as you can see in the screenshot of the corner the dialog.
Considering the fact that I the toasts can be triggered to show from different parts of the app and we have not much control over where to target, could you think of a solution for how to show the toasts always on top of all the other components?
I tried a higher z-index for the toasts but they still show under.