List: Remove vertical scrolling for all lists except dashlets

This commit is contained in:
Molkobain
2021-05-21 17:03:59 +02:00
parent a36632def6
commit 104cf9479c
9 changed files with 30 additions and 61 deletions

View File

@@ -914,6 +914,7 @@ class DashletObjectList extends Dashlet
'menu' => $sShowMenu,
'table_id' => self::APPUSERPREFERENCES_PREFIX.$this->sId,
'surround_with_panel' => false,
'max_height' => '500px',
);
$sBlockId = 'block_'.$this->sId.($bEditMode ? '_edit' : ''); // make a unique id (edition occurring in the same DOM)
$oBlock->DisplayIntoContentBlock($oPanel, $oPage, $sBlockId, array_merge($aExtraParams, $aParams));