try adding the height: 100% property to html and body.
html { overflow: hidden; height: 100%; } body { overflow: auto; height: 100% }
This will cure the problem, but the address bar will always be expanded.