Agregado height:100% a form

This commit is contained in:
Alejandro Tasistro 2025-06-13 19:26:59 -03:00
parent 0637b7a208
commit 7a4aa6d7a0

View file

@ -13,7 +13,7 @@ html, body {
height: 100%; height: 100%;
} }
#root { form, #root, #login-form {
height: 100%; height: 100%;
} }