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