put on root iunstead

This commit is contained in:
biglyderv 2025-04-24 19:49:39 -04:00
parent 8ab7262802
commit abe8b7f892
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5

View file

@ -4,6 +4,10 @@ button {
font-family: sans-serif;
}
:root {
overflow-y: scroll;
}
body {
margin: 0;
display: flex;
@ -12,8 +16,6 @@ body {
height: 100vh;
background: rgb(255, 255, 255);
overflow-y: scroll;
}
#form {