html, body, #app { height: 100%; overflow: hidden; } #app { display: flex; flex-direction: column; } main { flex: 1; overflow-y: auto; }