removed overflow property
This commit is contained in:
parent
b595548eee
commit
09672921ce
|
@ -196,7 +196,6 @@ $ignored_params['refr'] = '';
|
|||
|
||||
$('body').css('background-color','<?php echo $layout['background_color']; ?>');
|
||||
$('body').css('margin','0');
|
||||
$('body').css('overflow','hidden');
|
||||
$(".module_graph .menu_graph").css('display','none');
|
||||
|
||||
$(".parent_graph").each(function(){
|
||||
|
|
|
@ -250,7 +250,6 @@ if ($config['pure']) {
|
|||
body.pure {
|
||||
min-height: 100px;
|
||||
margin: 0px;
|
||||
overflow: hidden;
|
||||
height: 100%;
|
||||
<?php
|
||||
echo 'background-color: '.$layout['background_color'].';';
|
||||
|
|
|
@ -373,7 +373,6 @@ if ($pure === true) {
|
|||
body.pure {
|
||||
min-height: 100px;
|
||||
margin: 0px;
|
||||
overflow: hidden;
|
||||
height: 100%;
|
||||
background-color: <?php echo $visualConsoleData['backgroundColor']; ?>;
|
||||
}
|
||||
|
@ -500,6 +499,12 @@ ui_require_css_file('form');
|
|||
return item;
|
||||
});
|
||||
|
||||
console.log(container);
|
||||
console.log(props, true);
|
||||
console.log(items, true);
|
||||
console.log(baseUrl, true);
|
||||
console.log(handleUpdate);
|
||||
|
||||
var visualConsoleManager = createVisualConsole(
|
||||
container,
|
||||
props,
|
||||
|
|
Loading…
Reference in New Issue