I've been attempting to adjust the style of the overlay panel within an Angular Material's MdSelect component in order to change the default max-width property of 280px.
I have tried various methods, such as using '!important' to override the mat-select-panel class or passing a custom class through the panelClass input (the class I passed does appear in the attribute, but it doesn't seem to be applied).
Has anyone encountered this issue before? Any suggestions on how to resolve this?
Thank you!