fix weird scrolling rules

This commit is contained in:
biglyderv 2025-04-24 19:47:02 -04:00
parent 488b84d44a
commit 8ab7262802
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5

View file

@ -12,6 +12,8 @@ body {
height: 100vh;
background: rgb(255, 255, 255);
overflow-y: scroll;
}
#form {