Files
MangaStatus/frontend/src/assets/main.css
2023-10-08 11:20:02 +02:00

12 lines
125 B
CSS

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