Code:
<mat-tab-group dynamicHeight>
<mat-tab label="Short tab">
<div class="example-small-box mat-elevation-z4">
Common Div
</div>
<div class="example-small-box mat-elevation-z4">
Nav 1
</div>
</mat-tab>
<mat-tab label="Long tab">
<div class="example-small-box mat-elevation-z4">
Common Div
</div>
<div class="example-small-box mat-elevation-z4">
Nav 2
</div>
</mat-tab>
</mat-tab-group>
How can I not use common div for each navigation?
Can make common div fix?
I want make common div at fix position and when I navigate just uncommon div should slide-down/move.
UPDATE Is possible to change the start point of content. As you see in below image, content 1 start from beginning from red arrow instead can change position to yellow arrow ? so at begging I can place common div.