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
fix(material/form-field): ensure same stacking context as container (#28713)
When `will-change` was removed in #27251, the form field lost its implicit stacking context which means that some of its descendants may be stacked on top of the container.
These changes add an explicit `z-index` on the container to resolve the issue.
Fixes#28708.
(cherry picked from commit ce9a395)
0 commit comments