Prevent empty area scroll on body

This commit is contained in:
the-djmaze
2023-01-31 14:46:14 +01:00
parent 07079b519a
commit 2b8fbaf091

View File

@@ -57,6 +57,7 @@ html, body {
}
body#rl-app {
height: 100vh;
overflow: hidden;
width: 100vw;
}