Fixed public_console height
This commit is contained in:
parent
9a21710cd5
commit
b2b2cdbede
|
@ -87,8 +87,8 @@ if ($layout) {
|
|||
$id_layout,
|
||||
true,
|
||||
true,
|
||||
$width,
|
||||
$height,
|
||||
$bwidth,
|
||||
$bheight,
|
||||
'../../',
|
||||
true,
|
||||
true,
|
||||
|
@ -196,7 +196,6 @@ $ignored_params['refr'] = '';
|
|||
|
||||
$('body').css('background-color','<?php echo $layout['background_color']; ?>');
|
||||
$('body').css('margin','0');
|
||||
$('body').css('height','100%');
|
||||
$('body').css('overflow','hidden');
|
||||
$(".module_graph .menu_graph").css('display','none');
|
||||
|
||||
|
|
Loading…
Reference in New Issue