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