Skip to content

Commit

Permalink
Fix the MenuPanel height on Safari (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre authored Apr 17, 2019
1 parent 8542ba3 commit 4ea0a87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MenuPanel/SwipeContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ const Container = styled.div`
display: flex;
flex-grow: 1;
min-height: 0;
height: 100%;
`

export default SwipeContainer

0 comments on commit 4ea0a87

Please sign in to comment.