From 7a4aa6d7a032f4afae3ae7688a71311b7794291f Mon Sep 17 00:00:00 2001 From: ale Date: Fri, 13 Jun 2025 19:26:59 -0300 Subject: [PATCH] Agregado height:100% a form --- resources/sass/app.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/sass/app.scss b/resources/sass/app.scss index ca2e4d6..a31bd11 100644 --- a/resources/sass/app.scss +++ b/resources/sass/app.scss @@ -13,7 +13,7 @@ html, body { height: 100%; } -#root { +form, #root, #login-form { height: 100%; }