angular2-notifications
angular2-notifications copied to clipboard
MatTooltip over angular2-notification
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?