First issue:
admin-menu created margin-top for the body tag.
So, table sticky headers go under the admin-menu when scrolling a long page.
Second issue:
In some tables with checkboxes, the sticky header, goes under the checkboxes.
(For example see ?q=admin/user/permissions page)
The solution:
table.sticky-header, table.sticky-enabled thead {
margin-top: 25px !important;
}
table.sticky-header {
z-index: 10;
}
Comments
Comment #1
hejazee commentedA better patch
Comment #2
steven jones commentedEldir isn't maintained as a project in it's own right, and it looks like these issues should be with admin menu anyway.
Comment #3
hejazee commentedBut the theme should be compatible with popular modules.
In a project like aegir, its nice to fix this issues because user do not install the admin_menu manually.
People expect the project to look good, out of the box.
Comment #3.0
hejazee commentedAdd some extra informations