Increase z-index of WikiEditor toolbar to above CodeMirror scrollbar

Otherwise the popup menu at WikiEditor toolbar displayed under
   the CodeMirror layer.

Bug: T165012
Change-Id: Ie4e32cccad00f05e09f99af1c7c9d503f4bcaa0f
This commit is contained in:
Pavel Astakhov 2017-05-12 15:10:29 +06:00
parent 25a3a607bc
commit 0676a5263e

View file

@ -30,6 +30,7 @@
.background-image-svg( 'images/cm-off.svg', 'images/cm-off.png' );
}
.wikiEditor-ui-toolbar,
.oo-ui-popupWidget.ve-init-mw-switchPopupWidget {
// Increase z-index to above scrollbar
z-index: 7;