3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-06-06 15:45: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;
display: flex;
flex-direction: column;
overflow: hidden;
}
.editor-wrap {
@ -71,10 +72,11 @@ body {
flex-direction: column;
padding: 10px;
overflow-y: auto;
}
#errors {
flex: 0 0 max(300px, 40vh);
}
.error {