mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-11-24 06:13:31 +00:00
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:
parent
25a3a607bc
commit
0676a5263e
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue