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:
parent
3529b5a949
commit
bf08cade15
1 changed files with 3 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue