Q:

mat-select-panel-wrap change position

.myPanelClass{
    margin-top: 30px !important; 
}
0
<mat-select placeholder="Language" disableOptionCentering panelClass="myPanelClass">
    <mat-option *ngFor="let locale of locales" [value]="locale">
        {{locale}}
    </mat-option>
</mat-select>
0

New to Communities?

Join the community