Opened 8 years ago
Closed 4 years ago
#39384 closed defect (bug) (fixed)
Twenty Seventeen: Navbar z-index issue
Reported by: | halgatewood | Owned by: | ianbelanger |
---|---|---|---|
Milestone: | 5.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Bundled Theme | Keywords: | has-patch |
Focuses: | css | Cc: |
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
@
5 years ago
- Component changed from Themes to Bundled Theme
- Focuses css added
- Keywords has-patch added
Tested and added the small patch.
Changed the component to Bundled Theme.
#3
@
4 years ago
- Focuses template removed
- Keywords commit added
- Milestone changed from Awaiting Review to 5.5
- Owner set to ianbelanger
- Status changed from new to reviewing
Reviewing for commit.
#4
@
4 years ago
- Summary changed from TwentySeventeen Navbar z-index to Twenty Seventeen: Navbar z-index issue
Note: See
TracTickets for help on using
tickets.
I just ran into the same issue.
I think
z-index: 9999
can be an overkill, and maybe even override some lightboxes, butz-index:7
is definitely way too low for a sticky menu.Maybe it should be set to around 500 - 1000 ?