mirror of
https://github.com/zadam/trilium.git
synced 2025-01-10 01:00:43 +08:00
fix SQL console scrolling
This commit is contained in:
parent
eb8c296e62
commit
749bb90713
1 changed files with 4 additions and 0 deletions
|
@ -421,6 +421,10 @@ div.ui-tooltip {
|
|||
height: 150px;
|
||||
}
|
||||
|
||||
#sql-console-query .CodeMirror-scroll {
|
||||
min-height: inherit !important;
|
||||
}
|
||||
|
||||
.btn {
|
||||
border-radius: var(--button-border-radius);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue