I am trying to apply scroll top for the content inside mat tab. It is not happening. I am new to this. Any help is much appreciated
I tried using a div as well
css:
height:300px;
overflow:auto;
<mat-tab>
<div #tab [scrollTop]="tab.scrollHeight">
Content
</div>
</mat-tab>