how to appy scorllbar vertical in angular mat-table code example
Example: mat table vertical scroll fixed header
<tr mat-header-row *matHeaderRowDef="displayedColumns; sticky: true"></tr>
<tr mat-header-row *matHeaderRowDef="displayedColumns; sticky: true"></tr>