Fix Webstudio stopping at height of fullest channel.

This commit is contained in:
Matthew Stratford 2020-04-19 22:40:50 +01:00
parent 366bcc7441
commit 9b54744c38

View file

@ -21,6 +21,10 @@
color: #09d3ac;
}
.sp {
flex-grow: 1
}
.sp-container {
display: flex;
flex-direction: column;