Skip to content
This repository has been archived by the owner on Feb 9, 2018. It is now read-only.

Commit

Permalink
Fix overflow for mobile browsers
Browse files Browse the repository at this point in the history
Fixes #24
  • Loading branch information
freaktechnik committed Apr 3, 2013
1 parent a419014 commit e09ddbb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions compass/sass/media/_screen_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
overflow-x: hidden;
overflow-y: scroll;
}

body {
overflow-x: hidden;
}

body article {
padding-left: $gutter-width;
Expand Down

0 comments on commit e09ddbb

Please sign in to comment.