From 1cce1de1be93ed7fdad00155d117596d11402e73 Mon Sep 17 00:00:00 2001 From: Ed Sanders Date: Sat, 6 Feb 2016 21:37:19 +0000 Subject: [PATCH] Apply global overlay z-index to ve-ui-overlay-global VE keeps the global windowmanager inside a global overlay div, which has a default z-index of 1. Ensure this is overriden in Vector. Requires extra specificity due to stylesheet load order. Bug: T126135 Change-Id: I5ebb4e59e3714dfaa3d755ecf6285009efe7b62a --- skinStyles/ooui.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/skinStyles/ooui.less b/skinStyles/ooui.less index e33c208..60fcec2 100644 --- a/skinStyles/ooui.less +++ b/skinStyles/ooui.less @@ -1,4 +1,5 @@ -.oo-ui-windowManager-modal { +.oo-ui-windowManager-modal, +.skin-vector .ve-ui-overlay-global { z-index: 101; position: relative; }