From a6255053d3d4ffcfb39b704801c14d6179e8a642 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Thu, 19 Aug 2021 05:18:19 +0200 Subject: [PATCH] Bug sautillement avec l'apparition de l'ascenseur. --- core/layout/common.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/core/layout/common.css b/core/layout/common.css index 5ec54e7a..77435ecb 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -25,7 +25,8 @@ html, body { - min-height: 100%; + /*min-height: 100%;*/ + min-height: 100vh; } @@ -757,7 +758,8 @@ li .menuSideChild { } section { - min-height: 450px; + /*min-height: 100%;*/ + min-height: 65vh; } section #sectionTitle {