angular2-notifications icon indicating copy to clipboard operation
angular2-notifications copied to clipboard

Modals' overlay overshadows the <simple-notification> element

Open brezimenko opened this issue 6 years ago • 1 comments

I've got quite some modals in my app and they have a black overlay with .4 or sth like that opacity. Problem is, that I cannot show notification on top of overlay, since overlay is a child of body and notification is nested deeper, inside the app-component.

I propose that notification div be made a child of the body element in case there is no <simple-notification> tag

brezimenko avatar Apr 12 '18 18:04 brezimenko

I face same issue See @JanvanCasteren solution or my solution under https://github.com/flauc/angular2-notifications/issues/323 issue will solve your problem.

ahmed-hamdy90 avatar Oct 02 '20 15:10 ahmed-hamdy90