Skip to content Skip to sidebar Skip to footer

Angular Material Md-toolbar/md-content Double Scroll Bar

I am having an issue with my site creating two scroll bars. I am using md-toolbar for my nav (which I want to be stuck to the top throughout) and md-content to hold my content. Whe

Solution 1:

The toolbar sticks to the md-content not the body -> the inner scrollbar and like the website of angular material they remove the main scroll and use: body { overflow: hidden; max-width: 100%; max-height: 100%; } and keep the internal one only.


Post a Comment for "Angular Material Md-toolbar/md-content Double Scroll Bar"