]> source.dussan.org Git - nextcloud-server.git/commitdiff
Revert "Increase html body height to full content height" 22773/head
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>
Thu, 10 Sep 2020 11:33:36 +0000 (13:33 +0200)
committerGitHub <noreply@github.com>
Thu, 10 Sep 2020 11:33:36 +0000 (13:33 +0200)
core/css/styles.scss

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