Bug Description
When a component with an opened popup is rendered on the page and a Dialog gets opened, the popup appears above the Dialog's overlay.
Steps to Reproduce
Steps to reproduce the behavior:
- Open the following StackBlitz example - https://stackblitz.com/edit/angular-twtmmlsp-9n6ae68y
- Click the "Open dialog" button.
Expected Behavior
The popup should not appear above the Dialog's overlay.
Actual Behavior
The k-animation-container element has a higher z-index than the Dialog's overlay, which makes it appear above the overlay.
Screenshots/Videos
Environment Information
Affected Theme(s)
Affected Component(s)
Dialog component and components that open a popup (e.g., SplitButton, DropDownList, etc.).
Affected Suites