Needs work
Project:
Admin
Version:
6.x-2.0-beta4
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jun 2010 at 10:46 UTC
Updated:
13 Dec 2010 at 05:29 UTC
The new Admin sidebar ignores the top padding added to the Body by the Administration Menu module. The following CSS needs to be added to Admin's .css file:
body.admin-menu #admin-toolbar {
top: 21px;
}
Comments
Comment #1
R-H commentedThis does fix the issue. Can it be committed to the project please?
Thank you!
Comment #2
smk-ka commented...except for when you're using the Admin Menu Toolbar style, then you need
top: 30px; z-index: 1000to make the Admin sidebar fully visible and not hide behind the toolbar's shadow. Unfortunately, Admin Menu doesn't use a class for the toolbar style, so this can't be easily triggered. :-(Comment #3
henrijs.seso commentedAdmin menu should align with body tag. Its position should be absolute and body position relative.