Remove z-index:6 hack from VE mobile overlays

MobileFrontend no longer uses z-index:5 for the toobar,
the default z-index:2 is sufficient for the overlays to
appear on top.

Lowering this value allows toolbars to appears on top of
local overlays, such as deactivated selections.

Bug: T202990
Change-Id: I55ff6971249427c12c090018fcd4d4e5d0ec85d1
This commit is contained in:
Ed Sanders 2018-08-28 14:24:59 +01:00
parent 6d877928f5
commit d3eb0d7c30
1 changed files with 0 additions and 5 deletions

View File

@ -96,8 +96,3 @@
height: 3em;
}
}
.ve-ui-overlay {
/* enough to cover .overlay-header-container with z-index: 5 */
z-index: 6;
}