Fix toolbar dropdown menus not visible in slide

pull/1/head
yflory 2017-06-19 10:37:01 +02:00
parent 1df11f2813
commit 928dadcf77
2 changed files with 6 additions and 0 deletions

View File

@ -71,6 +71,9 @@ body .CodeMirror-focused .cm-matchhighlight {
visibility: visible;
}
}
#cme_toolbox {
z-index: 10000;
}
#editorContainer {
flex: 1;
display: flex;

View File

@ -77,6 +77,9 @@ body {
}
#cme_toolbox {
z-index: 10000;
}
#editorContainer {
flex: 1;
display: flex;