mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
fixed CV in console mobile #8676
This commit is contained in:
parent
6e98545bda
commit
5b1353e493
@ -1396,6 +1396,7 @@ div.ui-mobile-viewport {
|
||||
overflow: visible;
|
||||
overflow-x: hidden;
|
||||
padding: 1em;
|
||||
min-height: calc(100vh - 60px);
|
||||
}
|
||||
.ui-corner-all > .ui-toolbar-header:first-child,
|
||||
.ui-corner-all > .ui-content:first-child,
|
||||
|
@ -170,6 +170,8 @@ switch ($action) {
|
||||
case 'visualmap':
|
||||
$visualmap = new Visualmap();
|
||||
$visualmap->ajax($parameter2);
|
||||
break;
|
||||
|
||||
case 'tactical':
|
||||
$tactical = new Tactical();
|
||||
$tactical->ajax($parameter2);
|
||||
|
@ -153,7 +153,7 @@ class Visualmap
|
||||
$ui->retrieveViewPort();
|
||||
}
|
||||
|
||||
$this->height -= 39;
|
||||
$this->height -= 30;
|
||||
|
||||
$this->visualmap = db_get_row(
|
||||
'tlayout',
|
||||
|
Loading…
x
Reference in New Issue
Block a user