1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-08-15 03:40:37 +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; height: auto !important;
} }
.CodeMirror-scroll {
max-height: 120px;
}
.CodeMirror-line { .CodeMirror-line {
font-family: SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace !important; font-family: SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace !important;
} }