feat: switched from setting height to 100% to using 100dvh

This commit is contained in:
SauceyRed 2025-05-28 22:37:25 +02:00
parent 585e79dac6
commit e6bff0042d
Signed by: sauceyred
GPG key ID: 270B096EF6E9A462
2 changed files with 1 additions and 3 deletions

View file

@ -18,7 +18,6 @@ body {
box-sizing: border-box;
color: rgb(190, 190, 190);
background-color: rgb(30, 30, 30);
height: 100%;
margin: 0;
}