mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
fix SQL console scrolling
This commit is contained in:
parent
eb8c296e62
commit
749bb90713
@ -421,6 +421,10 @@ div.ui-tooltip {
|
|||||||
height: 150px;
|
height: 150px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#sql-console-query .CodeMirror-scroll {
|
||||||
|
min-height: inherit !important;
|
||||||
|
}
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
border-radius: var(--button-border-radius);
|
border-radius: var(--button-border-radius);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user