bugfix: design panel not growing to height
This commit is contained in:
parent
44cc7eab0e
commit
e2bbc7070a
|
@ -66,7 +66,7 @@
|
||||||
flex: 1;
|
flex: 1;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
max-height: 500px;
|
min-height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.no-design {
|
.no-design {
|
||||||
|
|
Loading…
Reference in New Issue