Skip to content

Commit

Permalink
Merge pull request #626 from oskarhane/3.0-ie11-frame-overflow-x
Browse files Browse the repository at this point in the history
Fix x overflow in frames with %-width in IE 11
  • Loading branch information
pe4cey authored Aug 14, 2017
2 parents 7f2096e + 8e7ab77 commit 2738170
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/browser/modules/Stream/styled.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export const StyledFrameMainSection = styled.div`
height: inherit;
display: flex;
flex-direction: column;
width: 100%;
`

export const StyledFrameContents = styled.div`
Expand Down

0 comments on commit 2738170

Please sign in to comment.