Fix toolbar dropdown menus not visible in slide
This commit is contained in:
parent
1df11f2813
commit
928dadcf77
@ -71,6 +71,9 @@ body .CodeMirror-focused .cm-matchhighlight {
|
||||
visibility: visible;
|
||||
}
|
||||
}
|
||||
#cme_toolbox {
|
||||
z-index: 10000;
|
||||
}
|
||||
#editorContainer {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
|
||||
@ -77,6 +77,9 @@ body {
|
||||
}
|
||||
|
||||
|
||||
#cme_toolbox {
|
||||
z-index: 10000;
|
||||
}
|
||||
#editorContainer {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user