Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
toolbar.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
21 Nov 2009 at 04:27 UTC
Updated:
21 Nov 2009 at 09:32 UTC
This emerged as a followup of #598758: Modules page: add link to its settings page for each module
When you apply the patch and click the "permissions" link in the row of a module, it takes you to the permissions page all right. But the anchor position it jumps to is incorrect.
e.g. jumping to "comments" comes out like this:

This hides a part of the table, correct output would be like this:

The part it hides is exacly the height of the Admin header. So what has to be done is to make Drupal respect the height of the Admin header when jumping to an achor somewhere in the admin section.
| Comment | File | Size | Author |
|---|---|---|---|
| correct-header.png | 16.68 KB | eigentor | |
| hidden-header.png | 24.36 KB | eigentor |
Comments
Comment #1
sunCool. My drupal.org unleashed user style has the same problem. I hope we find a neat CSS-only solution here. :-D
Comment #2
c960657 commentedThis is a duplicate of #546126: Toolbar interferes with anchor links.