Fix Webstudio stopping at height of fullest channel.

This commit is contained in:
Matthew Stratford 2020-04-19 22:45:26 +01:00
parent 409fcd438d
commit 6580e163c5

View file

@ -10,6 +10,7 @@ $number-of-channels: 3;
grid-template-rows: 100%;
overflow: hidden;
background: var(--background);
flex-grow: 1;
.channels {
display: grid;