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

It is currently covered by other tiddler.
Jermolene-patch-1
lin onetwo 2020-04-15 04:53:18 +08:00 zatwierdzone przez GitHub
rodzic 65347ae858
commit 161643c5da
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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