Merge branch 'ent-4602-Descuadre-Visual-console-Chrome-y-Chromium' into 'develop'

Fixed public_console height

See merge request artica/pandorafms!2950
This commit is contained in:
Daniel Rodriguez 2020-01-13 18:24:01 +01:00
commit df721fc550

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');