Why is my page not scrollable? 100% working

Why is my page not scrollable?

Put This code in head tag

Try this: css 
<style type="text/css">
html { overflow-y: scroll; }
body { position: absolute; }
</style>
Or this:
<style type="text/css">
html { overflow-y: scroll; overflow-x:hidden; }
body { position: absolute; }
</style>

Comments

Popular posts from this blog

System Center 2012 FREE Product Key

Bootstrap Dropdown menu is not working Put This code in head tag javascript

Blogging vs. Vlogging: How to Choose What’s Right For You