angular2-notifications
angular2-notifications copied to clipboard
Modals' overlay overshadows the <simple-notification> element
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