bootstrap-notify
bootstrap-notify copied to clipboard
Modal is over the notification
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?
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 '#'.