bootstrap-notify icon indicating copy to clipboard operation
bootstrap-notify copied to clipboard

Modal is over the notification

Open tifDev opened this issue 7 years ago • 1 comments

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?

tifDev avatar Dec 17 '18 17:12 tifDev

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 '#'.

moki298 avatar Dec 31 '18 22:12 moki298