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-experimental/mdc-select): panel losing max-height if menu is opened after select (#21341)
If an MDC-based `mat-menu` is opened after a `mat-select`, the select will lose
its `max-height`, because its selector specificity is too low and it gets overwritten
by the menu which uses the same set of mixins.
These changes resolve the issue by increasing the specificity.
0 commit comments