mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
List: Remove vertical scrolling for all lists except dashlets
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user