1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-24 22:33:16 +00:00

Fix: z-index for codemirror hint not large enough (#4551)

It is currently covered by other tiddler.
This commit is contained in:
lin onetwo 2020-04-15 04:53:18 +08:00 committed by GitHub
parent 65347ae858
commit 161643c5da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
.CodeMirror-hints {
position: absolute;
z-index: 10;
z-index: 999;
overflow: hidden;
list-style: none;