From b113bdd2eca2533ed90881d3d5bd8c5b4183aba0 Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme Date: Wed, 11 Sep 2013 17:21:20 +0200 Subject: [PATCH] [Bugfix] Fix footer not sticking to bottom. --- style/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style/main.css b/style/main.css index 54854cc..541b632 100644 --- a/style/main.css +++ b/style/main.css @@ -115,6 +115,10 @@ h5 { font-size: 11pt; } background-attachment: fixed; } +#wrap-all { + height: 100%; +} + #wrap-nonfooter-content { min-height: 100%; }