fix: overflow

This commit is contained in:
vee1e 2025-08-25 20:22:44 +05:30
parent bda788d0c2
commit edaff71fe3

View file

@ -8,6 +8,7 @@ html, body {
font-family: 'Roboto', sans-serif;
background: #000000;
color: #ffffff;
overflow: hidden;
}
body {