Page MenuHomePhabricator

.jx-typeahead-results z-index is lower than that of .calendar-button
Closed, ResolvedPublic

Description

This manifests if you have a Maniphest custom date field; the button appears over the typeahead results:

{F169472}

Do you have a general strategy for managing z-index? One solution could be just to change

.calendar-button { z-index: 8; }

to

.picker-open .calendar-button { z-index: 8; }

Event Timeline

sophiebits raised the priority of this task from to Needs Triage.
sophiebits updated the task description. (Show Details)
sophiebits added subscribers: sophiebits, epriestley.

we keep our z's in one file. obviously it is flawless.