So I have made a few pages that use the following css code:
html { overflow-y: scroll; } ul.navbar { list-style-type: none; position: fixed;
Try this:
html { overflow-y: scroll; } body { position: absolute; }
Or this:
html { overflow-y: scroll; overflow-x:hidden; } body { position: absolute; }