mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
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('background-color','<?php echo $layout['background_color']; ?>');
|
||||||
$('body').css('margin','0');
|
$('body').css('margin','0');
|
||||||
$('body').css('overflow','hidden');
|
|
||||||
$(".module_graph .menu_graph").css('display','none');
|
$(".module_graph .menu_graph").css('display','none');
|
||||||
|
|
||||||
$(".parent_graph").each(function(){
|
$(".parent_graph").each(function(){
|
||||||
|
@ -250,7 +250,6 @@ if ($config['pure']) {
|
|||||||
body.pure {
|
body.pure {
|
||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
overflow: hidden;
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
<?php
|
<?php
|
||||||
echo 'background-color: '.$layout['background_color'].';';
|
echo 'background-color: '.$layout['background_color'].';';
|
||||||
|
@ -373,7 +373,6 @@ if ($pure === true) {
|
|||||||
body.pure {
|
body.pure {
|
||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
overflow: hidden;
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: <?php echo $visualConsoleData['backgroundColor']; ?>;
|
background-color: <?php echo $visualConsoleData['backgroundColor']; ?>;
|
||||||
}
|
}
|
||||||
@ -500,6 +499,12 @@ ui_require_css_file('form');
|
|||||||
return item;
|
return item;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
console.log(container);
|
||||||
|
console.log(props, true);
|
||||||
|
console.log(items, true);
|
||||||
|
console.log(baseUrl, true);
|
||||||
|
console.log(handleUpdate);
|
||||||
|
|
||||||
var visualConsoleManager = createVisualConsole(
|
var visualConsoleManager = createVisualConsole(
|
||||||
container,
|
container,
|
||||||
props,
|
props,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user