mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +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
|
||||
$file[] = array(
|
||||
'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,
|
||||
'icon' => false
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user