When using a modal, If I send a notification it appears under the modal
Hello all, I want to ask a little question..
I tried to search and find a solution but nothing helped.
I am using a x-filament-modal in a x-filament-page and when the modal opened, I want to show an error notification.
It works as expected howevet the notification hides under the modal.
Can I make the notification appear on top of the modal? Thanks.
1 Reply
You can solve this with css, but simpelest option is to implement a placeholder with some custom attributes. something like this.