diff options
author | Raimund Schlüßler <raimund.schluessler@mailbox.org> | 2020-09-05 20:37:01 +0200 |
---|---|---|
committer | Raimund Schlüßler <raimund.schluessler@mailbox.org> | 2020-09-05 20:37:01 +0200 |
commit | 36076d234a66295ba879a788829e17b9c2faf62b (patch) | |
tree | 0737ed1ba293ac7ef7048279348e5df876d99a6c /core/css | |
parent | 62ab3eb70016f57ced2dfccc7c095c3219c0cbf4 (diff) | |
download | nextcloud-server-36076d234a66295ba879a788829e17b9c2faf62b.tar.gz nextcloud-server-36076d234a66295ba879a788829e17b9c2faf62b.zip |
Increase html body height to full content height
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
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 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 { |