summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-11-22 15:40:25 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-11-22 15:40:25 +0100
commit1c5a1906d6ee27a7b338de5b2be6beeaca1a7787 (patch)
tree1e0bbf10f494c47feadaa69c2cf8f7af695873f7 /core
parentec8c7d612dd692bcbbfe04c22f15c35424554277 (diff)
downloadnextcloud-server-1c5a1906d6ee27a7b338de5b2be6beeaca1a7787.tar.gz
nextcloud-server-1c5a1906d6ee27a7b338de5b2be6beeaca1a7787.zip
Fixed heigh resize
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core')
-rw-r--r--core/css/guest.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/css/guest.css b/core/css/guest.css
index 3b618bf7f79..0d2506fdf6b 100644
--- a/core/css/guest.css
+++ b/core/css/guest.css
@@ -4,7 +4,7 @@
/* Default and reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; cursor:default; }
-html, body { height:100%; }
+html { height:100%; }
article, aside, dialog, figure, footer, header, hgroup, nav, section { display:block; }
body { line-height:1.5; }
table { border-collapse:separate; border-spacing:0; white-space:nowrap; }
@@ -28,7 +28,8 @@ body {
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed; /* fix background gradient */
- height: 100%; /* fix sticky footer */
+ min-height: 100%; /* fix sticky footer */
+ height: auto;
}
/* Various fonts settings */