From 535ce52febd0fa4638b39996aecbd825cdbc5e55 Mon Sep 17 00:00:00 2001 From: MatmaRex Date: Thu, 1 Nov 2012 18:55:01 +0100 Subject: [PATCH] (bug 37158) display personal menu on top of page tabs on Vector If personal menu is long enough to span two lines, bottom part of the second one would be covered by the tabs. This changes the z-index to avoid this. Change-Id: I1c975095a598e4c0f5c259d82346f1c9112c7188 --- skins/vector/screen.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/skins/vector/screen.css b/skins/vector/screen.css index 9042ff765a..de5c247ae3 100644 --- a/skins/vector/screen.css +++ b/skins/vector/screen.css @@ -74,6 +74,8 @@ div.emptyPortlet { position: absolute; top: 0.33em; right: 0.75em; + /* Display on top of page tabs - bug 37158 */ + z-index: 1; } #p-personal h5 { display: none; -- 2.20.1