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

How use or get repeater control item command how to change of one repeater command click second repeater in asp.net