diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 81aafd8072..92b71dbde3 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -1361,7 +1361,6 @@ table.databox { -webkit-border-radius: 4px; border-radius: 4px; border: 0px solid #fff; - max-width: 200px; } .databox th { diff --git a/pandora_console/index.php b/pandora_console/index.php index 7acafe2fba..677350fa06 100755 --- a/pandora_console/index.php +++ b/pandora_console/index.php @@ -655,7 +655,7 @@ require('include/php_to_js_values.php'); var t = (ulim + $('#foot').outerHeight() > wh) ? ulim : wh - $('#foot').outerHeight(); if ($('#foot').position().top != t) { - $('#foot').css({ position: "absolute", top: t, left: $('#foot').offset().left}); + $('#foot').css({ top: t, left: $('#foot').offset().left}); $('#foot').height(h); } if ($('#foot').width() != $(window).width()) {