Fix Webstudio stopping at height of fullest channel.
This commit is contained in:
parent
409fcd438d
commit
6580e163c5
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ $number-of-channels: 3;
|
|||
grid-template-rows: 100%;
|
||||
overflow: hidden;
|
||||
background: var(--background);
|
||||
flex-grow: 1;
|
||||
|
||||
.channels {
|
||||
display: grid;
|
||||
|
|
Loading…
Reference in a new issue