Fixed public_console height

This commit is contained in:
Daniel Maya 2019-12-11 12:05:57 +01:00
parent 9a21710cd5
commit b2b2cdbede
1 changed files with 2 additions and 3 deletions

View File

@ -87,8 +87,8 @@ if ($layout) {
$id_layout, $id_layout,
true, true,
true, true,
$width, $bwidth,
$height, $bheight,
'../../', '../../',
true, true,
true, true,
@ -196,7 +196,6 @@ $ignored_params['refr'] = '';
$('body').css('background-color','<?php echo $layout['background_color']; ?>'); $('body').css('background-color','<?php echo $layout['background_color']; ?>');
$('body').css('margin','0'); $('body').css('margin','0');
$('body').css('height','100%');
$('body').css('overflow','hidden'); $('body').css('overflow','hidden');
$(".module_graph .menu_graph").css('display','none'); $(".module_graph .menu_graph").css('display','none');