From c87953a5c56885424d51ba819d0816af564c7e10 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Mon, 30 Aug 2021 22:44:20 +0200 Subject: [PATCH] Bug sautillement, suppression 100vh --- core/layout/common.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/layout/common.css b/core/layout/common.css index 77435ecb..97f4f825 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -25,8 +25,8 @@ html, body { - /*min-height: 100%;*/ - min-height: 100vh; + min-height: 100%; + /*min-height: 100vh;*/ }