flauc / angular2-notifications

A light and easy to use notifications library for Angular.
https://stackblitz.com/edit/angular2-notifications-example
MIT License
746 stars 167 forks source link

MatTooltip over angular2-notification #417

Open BenDevelopment opened 1 year ago

BenDevelopment commented 1 year ago

Hi there,

I'm looking for a way to show MatTooltip inside notification tile, but the tooltip appears behind the tile. I've tried to set the tooltip z-index to a large number (greater than tile z-index) but it doesn't changes anything. In addition to that, I want to keep the tile over modals (I'm using this hack for that: https://github.com/flauc/angular2-notifications/issues/323#issuecomment-659994104).

Any suggestion to achieve that?