fixed CV in console mobile #8676

This commit is contained in:
Daniel Barbero Martin 2022-03-08 17:18:44 +01:00
parent 6e98545bda
commit 5b1353e493
3 changed files with 4 additions and 1 deletions

View File

@ -1396,6 +1396,7 @@ div.ui-mobile-viewport {
overflow: visible; overflow: visible;
overflow-x: hidden; overflow-x: hidden;
padding: 1em; padding: 1em;
min-height: calc(100vh - 60px);
} }
.ui-corner-all > .ui-toolbar-header:first-child, .ui-corner-all > .ui-toolbar-header:first-child,
.ui-corner-all > .ui-content:first-child, .ui-corner-all > .ui-content:first-child,

View File

@ -170,6 +170,8 @@ switch ($action) {
case 'visualmap': case 'visualmap':
$visualmap = new Visualmap(); $visualmap = new Visualmap();
$visualmap->ajax($parameter2); $visualmap->ajax($parameter2);
break;
case 'tactical': case 'tactical':
$tactical = new Tactical(); $tactical = new Tactical();
$tactical->ajax($parameter2); $tactical->ajax($parameter2);

View File

@ -153,7 +153,7 @@ class Visualmap
$ui->retrieveViewPort(); $ui->retrieveViewPort();
} }
$this->height -= 39; $this->height -= 30;
$this->visualmap = db_get_row( $this->visualmap = db_get_row(
'tlayout', 'tlayout',