Page MenuHomePhabricator

Page status indicator overlaps with the action menu in skin Vector
Closed, ResolvedPublic

Description

Page status indicator overlaps with the action menu in skin Vector:

Indicator.png (338×932 px, 78 KB)

Event Timeline

Fomafix claimed this task.
Fomafix raised the priority of this task from to Medium.
Fomafix updated the task description. (Show Details)
Fomafix added a project: Vector (legacy skin).
Fomafix subscribed.
gerritbot subscribed.

Change 186768 had a related patch set uploaded (by Gerrit Patch Uploader):
Give .mw-body a own stacking content (z-index: 0)

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

Patch-For-Review

With

.mw-body {
	position: relative;
	z-index: 0;
}

from https://gerrit.wikimedia.org/r/186768 the notification message overlaps partially with the Vector menu on some scrollbar positions:

Notification_with_mw-body_z-index-0.png (441×1 px, 88 KB)

The notification area has to be repositioned.

Change 187898 had a related patch set uploaded (by Gerrit Patch Uploader):
Move notification area out of .mw-body

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

Patch-For-Review

Edokter subscribed.

Change 186768 abandoned by Jdlrobson:
Give .mw-body its own stacking content (z-index: 0)

Reason:
https://phabricator.wikimedia.org/T87573 was resolved via other means from what I can see.

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

Change 187898 abandoned by Bartosz Dziewoński:
Move notification area from mw.util.$content to document.body

Reason:
Task T87573 is already resolved; I don't think it's needed. But note that something similar was proposed in https://gerrit.wikimedia.org/r/#/c/306560/ to fix T143837 – discussion should continue there.

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