1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 18:18:53 +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>