-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
Description
Reproduction
Use StackBlitz to reproduce your issue:
Steps to reproduce:
- set MatTabNav [disablePagination]="true"
- change mat-tab css in style.scss
- add more tab-link to make the MatTabNav scrollable
- sroll to the end,and click the last link
Expected Behavior
the clicked link is active, the scroller is not changed
Actual Behavior
the MatTabNav is back to the start,and the clicked link is not active,just focused
Environment
- Angular:12.1.2
- CDK/Material:12.1.1
- Browser(s):chrome 91.0.4472.77
- Operating System (e.g. Windows, macOS, Ubuntu): Windows