diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2020-09-10 13:33:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-10 13:33:36 +0200 |
commit | 5bfd7143dc91d4d26ae6d9d9fbb12cbfcfe39336 (patch) | |
tree | f98c39c57d936526f7f1684fbb6600214c378fe3 /core/css | |
parent | 04c174ab899a6ba3918c6cfbd535037bc63fd52d (diff) | |
download | nextcloud-server-5bfd7143dc91d4d26ae6d9d9fbb12cbfcfe39336.tar.gz nextcloud-server-5bfd7143dc91d4d26ae6d9d9fbb12cbfcfe39336.zip |
Revert "Increase html body height to full content height"
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/styles.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |