mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-26 20:14:36 +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