You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a modal with a 'save' button, that can throw a notification if something is wrong. I was testing and the notification appears behind the modal. How can put the notify showing over it?
The text was updated successfully, but these errors were encountered:
You can append the notification to the modal using the 'element' settings as given in the documentation here. Assign the id of the modal to the 'element'. Don't forget to append the modal id with '#'.
I have a modal with a 'save' button, that can throw a notification if something is wrong. I was testing and the notification appears behind the modal. How can put the notify showing over it?
The text was updated successfully, but these errors were encountered: