From 5c689cde7e502483c77ee50c19eec8cf71acd7fd Mon Sep 17 00:00:00 2001 From: Rafael Caferati Date: Mon, 1 Jun 2015 14:36:11 +0200 Subject: [PATCH] fixed footer min-height --- client/stylesheets/base.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/stylesheets/base.less b/client/stylesheets/base.less index 6d8b11eab09..3f06a8a9fa9 100644 --- a/client/stylesheets/base.less +++ b/client/stylesheets/base.less @@ -1485,7 +1485,7 @@ a.github-fork { bottom: 0; left: 0; width: 100%; - height: @footer-min-height; + min-height: @footer-min-height; } .message-popup { position: absolute;