Files
sanasto-app/styles/global.css
2020-12-22 12:37:43 -06:00

15 lines
220 B
CSS

:root {
--safe-area-top: env(safe-area-inset-top, 0);
--safe-area-bottom: env(safe-area-inset-bottom, 0);
}
body {
overflow: hidden;
height: 100vh;
width: 100vw;
}
#__next {
height: 100vh;
width: 100vw;
}