From 5bfd7143dc91d4d26ae6d9d9fbb12cbfcfe39336 Mon Sep 17 00:00:00 2001
From: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Date: Thu, 10 Sep 2020 13:33:36 +0200
Subject: [PATCH] Revert "Increase html body height to full content height"

---
 core/css/styles.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/css/styles.scss b/core/css/styles.scss
index f1d810a9134..e66ceda15d4 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 {
-	min-height: 100%;
+	height: 100%;
 }
 
 article, aside, dialog, figure, footer, header, hgroup, nav, section {
-- 
GitLab