fix: bring native popover to top layer for special cases - #2622
Conversation
ba3f219 to
404f10d
Compare
404f10d to
54d2a36
Compare
|
@spike-rabbit WDYT? In case there are toast and a full-screen modal is opened, it will be in front of the toasts until another toast is displayed. I think this behaviour is actually good or at least better than what we have now (not showing the toast at all). This would also need a v49 backport |
|
I guess for now we don't have any choice. |
since the z-index based stacking is our own (disgusting) hack, from a CDK POV there's no change in using popover. Basically stacking is always in order of opening the overlay. And with popover API it's the same. And there is now way to change stacking order with the popover API. |
spike-rabbit
left a comment
There was a problem hiding this comment.
Can you add you add a test for this?
e2e is also fine if needed
51c9634 to
270f7a7
Compare
See #2619
Documentation.
Examples.
Dashboards Demo.
Playwright report.
Coverage Reports: