Skip to content

Commit

Permalink
Merge pull request gerhardsletten#68 from rafaelsaback/fix-overflow-o…
Browse files Browse the repository at this point in the history
…n-mobile

Fix overflow on mobile
  • Loading branch information
gerhardsletten authored Oct 9, 2020
2 parents 445a43b + a3b7668 commit f17048b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Components.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export const Container = styled.div`
height: 100%;
min-height: 100vh;
background: linear-gradient(to bottom, #f2f2f2 0%, #333 100%);
overflow: hidden;
`;
export const ReaderContainer = styled.div`
font-size: 16px;
Expand Down

0 comments on commit f17048b

Please sign in to comment.