The following won\'t work unless I remove height: 100% from body and html. However, i need that style as I am using it for other elements on the page.
height: 100%
<
Got the issue, thanks to comments I noticed I had body: overflow-x:hidden which means scrollTop isn't working when we are using overflow on body, html
body: overflow-x:hidden