Modify ↓
Opened 18 years ago
Closed 12 years ago
#1312 closed defect (worksforme)
search box overlaps the meta nav
Reported by: | anonymous | Owned by: | Noah Kantrowitz |
---|---|---|---|
Priority: | low | Component: | PyDotOrgTheme |
Severity: | minor | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
On FireFox 2.0.0.1 search box in the main-nav gets overlayed by the search box. The result is the links in the meta-nav can't be accessed. (Settings, Logout, Help etc...)
Fix is simply to add z-index: 100;
to the CSS...
I won't bother submitting a patch... Hardly seems worth it for a simple one-liner...
Attachments (0)
Change History (2)
comment:1 Changed 18 years ago by
comment:2 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Seems to be fine with the 0.11 branch with Trac 1.0.1. The 0.10 branch is no longer supported. I'll close this and ask that it be reopened if the problem can be demonstrated with Trac 0.11 or later with the 0.11 branch of the theme.
Note: See
TracTickets for help on using
tickets.
Oooops...
Forgot to add:
#metanav
is the CSS selector you add the z-index too...