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

R-H’s picture

This does fix the issue. Can it be committed to the project please?

Thank you!

smk-ka’s picture

Status: Active » Needs work

...except for when you're using the Admin Menu Toolbar style, then you need top: 30px; z-index: 1000 to 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. :-(

mansspams’s picture

Admin menu should align with body tag. Its position should be absolute and body position relative.