From 36076d234a66295ba879a788829e17b9c2faf62b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Sat, 5 Sep 2020 20:37:01 +0200 Subject: Increase html body height to full content height MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raimund Schlüßler --- core/css/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/css') diff --git a/core/css/styles.scss b/core/css/styles.scss index e66ceda15d4..f1d810a9134 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -29,7 +29,7 @@ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pr } html, body { - height: 100%; + min-height: 100%; } article, aside, dialog, figure, footer, header, hgroup, nav, section { -- cgit v1.2.3