1 2 3 4 5 6 7 8 9 10 11 12 13 14
* { box-sizing: border-box; } html, body, #root { height: 100vh; width: 100vw; } #root { display: flex; flex-flow: column nowrap; }