Opened 10 years ago
Closed 6 years ago
#39384 closed defect (bug) (fixed)
Twenty Seventeen: Navbar z-index issue
| Reported by: | halgatewood | Owned by: | ianbelanger |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.5 |
| Component: | Bundled Theme | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | css |
Description
The current z-index for the fixed navigation is 7. This seems a bit low as it should be above all other items on the page. For instance this widget getting mixed up with the navigation items:
Something much higher may be appropriate:
.site-navigation-fixed.navigation-top { z-index: 9999; }
Thanks,
Hal Gatewood
Attachments (2)
Change History (9)
#2
@
6 years ago
- Component Themes → Bundled Theme
- Focuses css added
- Keywords has-patch added
Tested and added the small patch.
Changed the component to Bundled Theme.
#3
@
6 years ago
- Focuses template removed
- Keywords commit added
- Milestone Awaiting Review → 5.5
- Owner set to
- Status new → reviewing
Reviewing for commit.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)

I just ran into the same issue.
I think
z-index: 9999can be an overkill, and maybe even override some lightboxes, butz-index:7is definitely way too low for a sticky menu.Maybe it should be set to around 500 - 1000 ?