Skip to content

Commit

Permalink
fix: the participant list should fill the whole space
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverlaz committed Dec 15, 2023
1 parent a400db3 commit e2b1e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample-apps/react/react-dogfood/style/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

.str-video__participant-list {
flex-grow: 1;
height: calc(100dvh - 475px);
height: calc(100dvh - 550px);
}

.str-video__chat {
Expand Down

0 comments on commit e2b1e18

Please sign in to comment.