1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-08-14 19:36:38 +08:00

Upd: set max-height for CodeMirror scroll area

This commit is contained in:
guoh064
2026-08-08 01:55:14 +08:00
parent 84c06a37d9
commit f7f21750e2

View File

@@ -206,6 +206,10 @@ button.btn.dropdown-toggle {
height: auto !important;
}
.CodeMirror-scroll {
max-height: 120px;
}
.CodeMirror-line {
font-family: SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace !important;
}