.appContainer { display: flex; flex-direction: column; min-height: 100vh; } .contentContainer { position: relative; /* This makes the footer stay at the bottom, even if there's not much content on the screen.*/ flex-grow: 1; }