#2214 closed defect (bug) (wontfix)
Wrong action ... # in forums hides details under admin bar
| Reported by: | nonegiven | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Forums | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
There is a wrong action ...
if one clicks the # link in any forum post, it hides author and date details under admin bar.
It should not. The target needs to be lower.
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
This is because the admin bar is using position:fixed.
A workaround for anchors and fixed headers can be found here:
http://davidchambersdesign.com/css-fixed-position-headers/