#2214 closed defect (bug) (wontfix)
Wrong action ... # in forums hides details under admin bar
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | minor | |
Severity: | normal | Version: | |
Component: | Forums | 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.
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/