3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-06-06 23:55:03 +00:00

fix(config-checker): error pane scrolling

This commit is contained in:
Dragory 2025-05-23 01:50:44 +00:00
parent 3529b5a949
commit bf08cade15
No known key found for this signature in database

View file

@ -47,6 +47,7 @@ body {
flex: 1 1 auto; flex: 1 1 auto;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
overflow: hidden;
} }
.editor-wrap { .editor-wrap {
@ -71,10 +72,11 @@ body {
flex-direction: column; flex-direction: column;
padding: 10px; padding: 10px;
overflow-y: auto;
} }
#errors { #errors {
flex: 0 0 max(300px, 40vh);
} }
.error { .error {