Skip to content

Commit bf08cad

Browse files
committed
fix(config-checker): error pane scrolling
1 parent 3529b5a commit bf08cad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config-checker/src/style.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ body {
4747
flex: 1 1 auto;
4848
display: flex;
4949
flex-direction: column;
50+
overflow: hidden;
5051
}
5152

5253
.editor-wrap {
@@ -71,10 +72,11 @@ body {
7172
flex-direction: column;
7273

7374
padding: 10px;
75+
76+
overflow-y: auto;
7477
}
7578

7679
#errors {
77-
flex: 0 0 max(300px, 40vh);
7880
}
7981

8082
.error {

0 commit comments

Comments
 (0)