mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Fix: z-index for codemirror hint not large enough (#4551)
It is currently covered by other tiddler.
This commit is contained in:
parent
65347ae858
commit
161643c5da
@ -1,6 +1,6 @@
|
||||
.CodeMirror-hints {
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
z-index: 999;
|
||||
overflow: hidden;
|
||||
list-style: none;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user