matowens / ng-notify

A simple, lightweight module for displaying notifications in your AngularJS app.

Home Page:http://matowens.github.io/ng-notify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notification appear on top

zeeshanjan82 opened this issue · comments

I have implemented the ng-notify but I am facing issues when it comes to placing the notification on top of all the content on the page whether its top section or the bottom section. The notification goes behind the content especially when I scroll the page.

Any guidance.

commented

Sounds like a layering issue. Try giving .ngn class a z-index greater than the content it seems to be displaying behind and seed if that helps.