My html page is not scrolling in browsers
For someone who was in my scenario, this could be happening because of height: 100%
for html, body in angular-material.css. Remove it and you're good to go.
remove overflow: hidden;
from body
in the bootstrap-theme.css file.