Merge pull request #10635 from GitStartHQ/BUDIOSS-20
Automation panel does not scroll
This commit is contained in:
commit
0c5681d3a1
|
@ -58,6 +58,7 @@
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
transition: width 130ms ease-out;
|
transition: width 130ms ease-out;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.panel.borderLeft {
|
.panel.borderLeft {
|
||||||
border-left: var(--border-light);
|
border-left: var(--border-light);
|
||||||
|
|
Loading…
Reference in New Issue