Modifiers popup not scrolling fixed

This commit is contained in:
Amritanshu
2019-08-21 15:39:01 +05:30
parent 992a6b6767
commit 2c0c91b136

View File

@ -1,4 +1,5 @@
<mat-tab-group>
<mat-dialog-content>
<mat-tab-group>
<mat-tab *ngFor="let item of list">
<ng-template matTabLabel>
<span>{{item.name}}</span>
@ -14,7 +15,8 @@
</mat-card>
</div>
</mat-tab>
</mat-tab-group>
</mat-tab-group>
</mat-dialog-content>
<mat-dialog-actions align="end">
<button mat-button [mat-dialog-close]="selected">Done</button>
</mat-dialog-actions>