You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
Dialogs now keep an application's --cratis-z-index-dialog override when they are assigned a stacking tier. Assigning a tier previously resolved the dialog's z-index to a bare number built on the built-in 1100 default, discarding the override — so a dialog opened from inside application chrome that the token had been raised above rendered behind it, present in the DOM but invisible.
Dropdown, date-picker and tooltip popovers opened inside a dialog now stack relative to that dialog's resolved z-index expression instead of doing arithmetic on a fixed number, so they follow the same override.