diff options
author | mistic100 <mistic@piwigo.org> | 2013-01-14 20:44:02 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2013-01-14 20:44:02 +0000 |
commit | d0c95da2cb84927dd3116483476ffeec182472e2 (patch) | |
tree | 659249afb486d8873abcd7c62611a430d481552a /admin/themes/clear/theme.css | |
parent | c3357f202eca15d8e1962d592300a9ca9e96180e (diff) |
try to fix buggy admin menu since jquery update
git-svn-id: http://piwigo.org/svn/trunk@20156 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/clear/theme.css')
-rw-r--r-- | admin/themes/clear/theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index e782a3a49..174d9a8dd 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -160,7 +160,7 @@ margin-top:4px; padding-bottom:3px; padding-top:3px; top:1px; margin-left:0; } -#menubar ul.scroll { overflow-y:auto; +#menubar ul.scroll { overflow-y:auto; max-height:500px; /* Only IE family supports colored scrollbar */ scrollbar-face-color: #ddd; scrollbar-shadow-color: #bbb; scrollbar-highlight-color: #fff; scrollbar-3dlight-color: #d6d6d6; scrollbar-darkshadow-color: #ccc; scrollbar-track-color: #eee; |