From: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Date: Thu, 10 Sep 2020 11:33:36 +0000 (+0200) Subject: Revert "Increase html body height to full content height" X-Git-Tag: v20.0.0beta4~9^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5bfd7143dc91d4d26ae6d9d9fbb12cbfcfe39336;p=nextcloud-server.git Revert "Increase html body height to full content height" --- 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 {