From b92c4cb84d3b65b2491781ebfa33f19a6ba2ee1d Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt <hey@jancborchardt.net>
Date: Mon, 12 May 2014 13:40:04 +0200
Subject: [PATCH] fix sticky footer on log in page

---
 core/css/styles.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/css/styles.css b/core/css/styles.css
index 26aaa1be94..d21e6bc690 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -352,9 +352,9 @@ input[type="submit"].enabled {
 #body-login #header {
 	padding-top: 100px;
 }
-/* Fix background gradient */
 #body-login {
-	background-attachment: fixed;
+	background-attachment: fixed; /* fix background gradient */
+	height: 100%; /* fix sticky footer */
 }
 
 /* Dark subtle label text */
-- 
GitLab