mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-07 22:33:50 +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 {
|
.CodeMirror-hints {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 10;
|
z-index: 999;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user