mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-09 07:28:43 +01:00
Give minimum height to otherwise empty sidebox to make sure scrollbars get triggered
This commit is contained in:
parent
34ed2d7290
commit
5aee5a7b44
@ -45,7 +45,9 @@ class admin_hooks
|
|||||||
// Destination div for folder tree
|
// Destination div for folder tree
|
||||||
$file[] = array(
|
$file[] = array(
|
||||||
'no_lang' => true,
|
'no_lang' => true,
|
||||||
'text' => '<span id="admin_tree_target" class="admin_tree" />',
|
// Tree has about 20 leaves (or more) in it, but the sidebox starts
|
||||||
|
// with no content. Set some minimum height to make sure scrolling is triggered.
|
||||||
|
'text' => '<div id="admin_tree_target" class="admin_tree" style="min-height:20em"/>',
|
||||||
'link' => false,
|
'link' => false,
|
||||||
'icon' => false
|
'icon' => false
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user