]> source.dussan.org Git - nextcloud-server.git/commitdiff
Increase html body height to full content height 22614/head
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>
Sat, 5 Sep 2020 18:37:01 +0000 (20:37 +0200)
committerRaimund Schlüßler <raimund.schluessler@mailbox.org>
Sat, 5 Sep 2020 18:37:01 +0000 (20:37 +0200)
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
core/css/styles.scss

index e66ceda15d4563c1d9924ce0a42373ea50668ed5..f1d810a9134d8987e2a2b4bdab28acc025ac375d 100644 (file)
@@ -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 {