Skip to content

Commit 23f3d97

Browse files
committed
Fix x overflow in frames with % width in IE 11
1 parent ce07e8b commit 23f3d97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/browser/modules/Stream/styled.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ export const StyledFrameMainSection = styled.div`
7171
height: inherit;
7272
display: flex;
7373
flex-direction: column;
74+
width: 100%;
7475
`
7576

7677
export const StyledFrameContents = styled.div`

0 commit comments

Comments
 (0)