Skip to content

Commit

Permalink
Merge pull request #205 from stuysu/viewport-fix
Browse files Browse the repository at this point in the history
fix overscroll behavior on iOS
  • Loading branch information
randysim committed Aug 11, 2024
2 parents 59d97b7 + 9ad183b commit c05fbc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
}

body {
overscroll-behavior: contain;
margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
Expand Down

0 comments on commit c05fbc7

Please sign in to comment.