mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-02 02:48:03 +00:00
Fix: z-index for codemirror hint not large enough (#4551)
It is currently covered by other tiddler.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.CodeMirror-hints {
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
z-index: 999;
|
||||
overflow: hidden;
|
||||
list-style: none;
|
||||
|
||||
|
Reference in New Issue
Block a user