body { display: block; height: 100vh; } .app { display: flex; flex-direction: column; height: 100%; } .content { flex-grow: 1; }