From 9e93b914ac77d437a205beb720f830d3c907e42d Mon Sep 17 00:00:00 2001 From: ale Date: Fri, 13 Jun 2025 18:33:34 -0300 Subject: [PATCH] Agregada altura 100% a html, body y #root --- resources/sass/app.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/sass/app.scss b/resources/sass/app.scss index 94ea46a..ca2e4d6 100644 --- a/resources/sass/app.scss +++ b/resources/sass/app.scss @@ -10,6 +10,11 @@ html, body { overflow-x: hidden; max-width: 100%; + height: 100%; +} + +#root { + height: 100%; } main.has-top-padding {