I am encountering an issue with my mat chip list in Angular Material.
I have a mat chip list filled with mat-chips that I want to display in a single row. If there are more items than can fit on the screen, I would like the area to be scrollable horizontally.
For reference, here is an example of my situation: https://stackblitz.com/edit/angular-sr6pkk?file=src%2Fapp%2Fchips-input-example.html
Thank you.