tzk/tzk/editions/tzk/tiddlers/$__sib_Overrides_CodeMirror...

6 lines
155 B
CSS

/* Fix CodeMirror hints appearing behind the story river.
https://groups.google.com/g/tiddlywiki/c/wznyIhGJd9U */
.CodeMirror-hints {
z-index: 1000;
}