diff --git a/src/browser/modules/Stream/styled.jsx b/src/browser/modules/Stream/styled.jsx index febd79ea2fa..48f4bab23e4 100644 --- a/src/browser/modules/Stream/styled.jsx +++ b/src/browser/modules/Stream/styled.jsx @@ -76,6 +76,7 @@ export const StyledFrameMainSection = styled.div` height: inherit; display: flex; flex-direction: column; + width: 100%; ` export const StyledFrameContents = styled.div`