Modifiers popup not scrolling fixed
This commit is contained in:
@ -1,4 +1,5 @@
|
|||||||
<mat-tab-group>
|
<mat-dialog-content>
|
||||||
|
<mat-tab-group>
|
||||||
<mat-tab *ngFor="let item of list">
|
<mat-tab *ngFor="let item of list">
|
||||||
<ng-template matTabLabel>
|
<ng-template matTabLabel>
|
||||||
<span>{{item.name}}</span>
|
<span>{{item.name}}</span>
|
||||||
@ -14,7 +15,8 @@
|
|||||||
</mat-card>
|
</mat-card>
|
||||||
</div>
|
</div>
|
||||||
</mat-tab>
|
</mat-tab>
|
||||||
</mat-tab-group>
|
</mat-tab-group>
|
||||||
|
</mat-dialog-content>
|
||||||
<mat-dialog-actions align="end">
|
<mat-dialog-actions align="end">
|
||||||
<button mat-button [mat-dialog-close]="selected">Done</button>
|
<button mat-button [mat-dialog-close]="selected">Done</button>
|
||||||
</mat-dialog-actions>
|
</mat-dialog-actions>
|
||||||
|
|||||||
Reference in New Issue
Block a user