Fix scrollbar bug

This commit is contained in:
dertyp7
2024-01-13 17:50:37 +01:00
parent 9b487cab47
commit 6f9191a95a
4 changed files with 8 additions and 3 deletions

View File

@@ -69,5 +69,5 @@ body,
display: flex;
flex-direction: column;
height: 100vh;
width: 100vw;
width: 100%;
}