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; }