Styling & Overlay
html, body { margin: 0; height: 100%; } #root { position: fixed; /* pin to viewport */ inset: 0; /* top/right/bottom/left: 0 */ overflow: hidden; /* prevent child overflow from creating page scrollbars */ box-sizing: border-box; }
Last updated