html { height: 100%; overflow-x: hidden; overflow-y: auto; } body { margin: 0; min-height: 100%; height: auto; overflow-x: hidden; overflow-y: auto; } #app { min-height: 100%; height: auto; }