Closed (works as designed)
Project:
Administration menu
Version:
5.x-1.x-dev
Component:
CSS / Browser Support
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Jul 2007 at 03:19 UTC
Updated:
15 Nov 2007 at 19:41 UTC
Comments
Comment #1
sunI'm unable to reproduce this bug in any theme. The stylesheet of Admin Menu affects
#admin_menuonly. Could you please test if this is really related to Admin Menu? You can do this by disabling and enabling the module and testing the mentioned form in between. Please also ensure that you do not use the above element id in your theme and test if this bug happens in another theme, too.Comment #2
sunComment #3
chrisschaub commentedI saw a thread on this causing problems for others in various parts of the admin menus. I added this line to my stylesheet ...
which basically overrides the overflow:auto which is in the default system.css stylesheet. This solved the problem for me. It might cause other issues, but it seems to fix the hidden issue which was affecting image_cache, pathauto and modules to name a few. Maybe this should be added to the admin_menu default css? I saw the problem on Safari and Firefox, latest revs, on the Mac. Hope it helps.