I'm developing an app with angular 9, I'm learning angular. I have a fixed header nav app and a scrollable content. I would like to show the vertical scrollbar only in the scrollable content similar to this:
I tried different configurations, for e.g. I set the div of scrollable content with overflow-y: auto, but nothing happen. This is my content:
Thanks,

