mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fixed public_console height
This commit is contained in:
parent
9a21710cd5
commit
b2b2cdbede
@ -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');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user