From 9a3b1148c165f8ba91852a005cc6ae85b2aaa548 Mon Sep 17 00:00:00 2001 From: Tchama Date: Tue, 2 Jun 2020 17:28:42 +0200 Subject: [PATCH] adapt body height to display footer without vertical scrollbar --- Resources/public/sass/_custom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/public/sass/_custom.scss b/Resources/public/sass/_custom.scss index ee533a7ee..3d7ce19af 100644 --- a/Resources/public/sass/_custom.scss +++ b/Resources/public/sass/_custom.scss @@ -25,7 +25,7 @@ header { #content_conainter { position: relative; - min-height: calc(100% - 100px); + min-height: calc(100% - 145px); } #content_conainter:before {