Within my Angular application, I have implemented a sidenav and a main section. My desired behavior is to prevent any scrolling in the main section while I am scrolling in the sidenav, similar to the functionality seen on the Angular Material Design documentation site.
Currently, I am experiencing an issue where once I reach the bottom of the sidenav, the main section begins to scroll as well.
Here is a Plunker Demo showcasing my dilemma: http://embed.plnkr.co/hyFPXDHCgJqUcJQ6u29i/preview
Any suggestions on how I can resolve this issue?