Files
sanasto-app/styles/global.css
2020-12-20 23:45:08 -06:00

11 lines
108 B
CSS

body {
overflow: hidden;
height: 100vh;
width: 100vw;
}
#__next {
height: 100vh;
width: 100vw;
}