From 6f9d9e49ec873be7e92694da3481ee533220c2a2 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Thu, 31 Dec 2015 10:45:42 +0100 Subject: [PATCH] Fixed the position of footer in the css. --- pandora_console/include/styles/pandora.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index d6833dad11..a4b5426499 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -354,6 +354,10 @@ div#foot { height: 30px; clear: both; width: auto; + + bottom: 0; + position: fixed; + width: 100%; } #ver { margin-bottom: 25px;