angular2-notifications
angular2-notifications copied to clipboard
Please increase z-index
Please increase z-index on simple-notifications.component.ts to prevent hidden notification. If you use this component together with bootstrap's navbar class .navbar-fixed-top, .navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030; } the notification is hidden.
Hi @dankil the library uses ViewEncapsulation.None so you should be able to override the css with out any problem.
You can read more about it here: https://angular.io/docs/ts/latest/guide/component-styles.html#!#view-encapsulation