Skip to content

Commit

Permalink
Fix overflow issue on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
mxstbr committed Mar 3, 2017
1 parent 7607c5d commit 9eaa85b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/global-styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ injectGlobal`
padding: 0;
font-size: 16px;
font-family: Andale Mono,AndaleMono,monospace;
}
@media screen and (min-aspect-ratio: 2/3) {
overflow: hidden;
}
`

0 comments on commit 9eaa85b

Please sign in to comment.