Page MenuHomePhabricator

Right rail needs z-index adjustments
Closed, ResolvedPublic

Description

Trying the right-rail changes in beta, it seems that it hides some information tooltips:

The tooltip is hidden:

hidden-tooltip.png (418×1 px, 47 KB)

By changing the z-index of the right rail, the tooltip became visible*:

visible-tooltip.png (428×1 px, 60 KB)

(* Reducing the z-index of the right-rail was showing some issues with the ToC, so a better option may be to increase the z-index of the tooltips)

Event Timeline

Pginer-WMF raised the priority of this task from to Needs Triage.
Pginer-WMF updated the task description. (Show Details)
Pginer-WMF added subscribers: Pginer-WMF, SBisson.
Restricted Application added a subscriber: Aklapper. · View Herald Transcript

Change 211972 had a related patch set uploaded (by Matthias Mullie):
Increase tooltip z-index

https://gerrit.wikimedia.org/r/211972

matthiasmullie triaged this task as Medium priority.
matthiasmullie set Security to None.

Change 211972 merged by jenkins-bot:
Increase tooltip z-index

https://gerrit.wikimedia.org/r/211972

In betalabs:
.flow-ui-tooltip
z-index: 99;

Screen Shot 2015-05-25 at 6.44.18 PM.png (319×556 px, 113 KB)

DannyH subscribed.

Fixed on production