From b1fb744684adc500b796d2c56233010ccc6aaa6a Mon Sep 17 00:00:00 2001 From: ale Date: Mon, 23 Jun 2025 23:47:15 -0300 Subject: [PATCH] Simplificado --- resources/sass/app.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/resources/sass/app.scss b/resources/sass/app.scss index 918402e..3db0826 100644 --- a/resources/sass/app.scss +++ b/resources/sass/app.scss @@ -13,7 +13,7 @@ html, body { height: 100%; } -form, #root, #login-form { +form, #root, #login-form, #main { height: 100%; } @@ -35,10 +35,6 @@ table.table td { z-index: 30; } -#main { - height: 100%; -} - .container { max-height: 100% !important; }