I've implemented code from Google's Material Design website for my project: https://material.io/components/web/catalog/lists/
Although it works well, the issue arises when more list entries are added and I have to scroll down to view them. The problem is that as I scroll through the list, I end up scrolling past my page header.
Is there a way to include a 'secondary scroll bar' (not sure if that's the correct term) that would specifically scroll through the list entries only?
An example of what I am aiming for can be seen here:
Thank you in advance for any help!