I was testing the notifications on the theme (Vue Paper Dashboard 2 Pro) and noticed the close button on the notification was not working when displaying the notification on the top.
Then I realized the z-index of NavBar is set higher than the notification component. Bellow the relevant bits of css:
I fixed the issue setting a higher z-index for the notification on a custom scss file I have for my project, but I think this should be fixed on the projects source.
I was testing the notifications on the theme (Vue Paper Dashboard 2 Pro) and noticed the close button on the notification was not working when displaying the notification on the top. Then I realized the z-index of NavBar is set higher than the notification component. Bellow the relevant bits of css:
_plugin-vue-notifyjs.scss
_navbar.scss:
I fixed the issue setting a higher z-index for the notification on a custom scss file I have for my project, but I think this should be fixed on the projects source.