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

MatTooltip over angular2-notification

Open BenDevelopment opened this issue 2 years ago • 0 comments

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?

BenDevelopment avatar Mar 06 '23 14:03 BenDevelopment