Merge pull request #10635 from GitStartHQ/BUDIOSS-20

Automation panel does not scroll
This commit is contained in:
Martin McKeaveney 2023-05-30 22:03:51 +01:00 committed by GitHub
commit 0c5681d3a1
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@
justify-content: flex-start;
align-items: stretch;
transition: width 130ms ease-out;
overflow: hidden;
}
.panel.borderLeft {
border-left: var(--border-light);