diff --git a/admin/inc/class.admin_hooks.inc.php b/admin/inc/class.admin_hooks.inc.php index a324ae6a71..625fde86b2 100644 --- a/admin/inc/class.admin_hooks.inc.php +++ b/admin/inc/class.admin_hooks.inc.php @@ -45,7 +45,9 @@ class admin_hooks // Destination div for folder tree $file[] = array( 'no_lang' => true, - 'text' => '', + // 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' => '
', 'link' => false, 'icon' => false );