fixed scrolling in phpinfo(), various layoutfixes

This commit is contained in:
BNoiZe
2013-12-04 21:39:56 +01:00
parent d618ef2759
commit 50bd0302b6
4 changed files with 17 additions and 10 deletions

View File

@@ -38,7 +38,7 @@ $(document).ready(function() {
var snheight = $('#sidenavigation').height();
var mainheight = $('#maincontent').height();
if (snheight > mainheight) {
$('#maincontent').height(snheight - 60);
$('#maincontent').height(snheight);
}
// this is necessary for the special setting feature (ref #1010)