1.app { 2 display: flex; 3 flex-direction: column; 4 height: 100%; 5} 6 7.app main { 8 flex-grow: 1; 9 overflow-y: hidden; 10} 11 12