Mat Blazor mat-expansion-panel remove elevation/border
问题 I want to remove the elevation/border from Mat expansion panel. I've already read other related articles like mat-expansion-panel remove border but they are not working within Blazor. I've tried to access the background-color property but MatBlazor is saying this property doesnt exist. I've also tried using the class=".mat-elevation-z0" inside the Mat Expansion panel like this: <MatExpansionPanel class=".mat-elevation-z0" @bind-Expanded="@panelOpenState"> Which Doesn't work. At the minute the