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

Please increase z-index

Open dankil opened this issue 8 years ago • 1 comments

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.

dankil avatar Jan 18 '17 15:01 dankil

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

flauc avatar Jan 18 '17 19:01 flauc