2022-09-14 10:48:46 -04:00

18 lines
299 B
CSS

body {
margin: 0;
min-width: 320px;
min-height: 100vh;
}
#root {
position: absolute;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
/* pointer-events: none; */
/* this are used while we still have the original app code in the index.html */
/* display: none; */
z-index: 1;
}