Skip to content

Commit

Permalink
Fix x overflow in frames with % width in IE 11
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarhane committed Aug 10, 2017
1 parent 1f7c17d commit 9e9dfdb
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 @@ -75,6 +75,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 9e9dfdb

Please sign in to comment.