#23535 closed defect (bug) (wontfix)
Twenty Thirteen: Title overlaps expanded search box in narrow layouts
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.6 |
Component: | Bundled Theme | Keywords: | |
Focuses: | Cc: |
Description
See attached screenshot.
Attachments (1)
Change History (10)
#2
@
12 years ago
- Summary changed from Twenty Thirteen: Expanded search box overlaps title in narrowest layout to Twenty Thirteen: Title overlaps expanded search box in narrow layouts
#4
@
12 years ago
As-is, this is pretty lame. @obenland has a point about rearranging z-indexes not solving the problem.
That said, we need to figure out an alternative for this whether that means swapping out the site title for the menu or rearranging the way the elements are grouped so a z-index override is possible.
Note: See
TracTickets for help on using
tickets.
I suggest
wontfix
for that. It is simply not possible. :(The container around the search field has z-index 2, the title z-index 3. Based on that, the title will always be displayed over anything else in that container. Giving the search field a higher z-index value won't help either.
It might get fixed if we end up deciding to exchange the title with a collapsed version of the menu. But that is for a different ticket.