Quantcast
Channel: Why is my page not scrollable? - Stack Overflow
Viewing all articles
Browse latest Browse all 4

Answer by Timo Kähkönen for Why is my page not scrollable?

$
0
0

Try this:

html { overflow-y: scroll; }body { position: absolute; }

Or this:

html { overflow-y: scroll; overflow-x:hidden; }body { position: absolute; }

Viewing all articles
Browse latest Browse all 4

Trending Articles