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
This commit is contained in:
Ed Sanders 2016-02-06 21:37:19 +00:00
parent 061fe34e4b
commit 1cce1de1be
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
.oo-ui-windowManager-modal {
.oo-ui-windowManager-modal,
.skin-vector .ve-ui-overlay-global {
z-index: 101;
position: relative;
}