Fix z-index for RCFilters' overlay

Currently the personal bar displays on top of it. This wasn't
visible until some popups started opening upwards rather than
downwards. We should fix this better some time...

Bug: T182711
Change-Id: I1fe6b8b2c9c1e4d12a9a4d2d1edd1ead269780cf
This commit is contained in:
Bartosz Dziewoński 2017-12-12 23:45:32 +01:00
parent bfdd168413
commit d4eabd9d10
1 changed files with 1 additions and 0 deletions

View File

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