1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2026-05-07 04:19:19 +08:00

show hint in codemirror on Ctrl+Space

This commit is contained in:
lana-k
2021-05-04 16:33:37 +02:00
parent cc483f4720
commit 5ab19c3fae
3 changed files with 11 additions and 2 deletions

View File

@@ -60,4 +60,7 @@ button,
body {
margin: 0;
}
.CodeMirror-hints {
z-index: 999 !important;
}
</style>