Skip to content

Commit

Permalink
Fix zooming on ios
Browse files Browse the repository at this point in the history
  • Loading branch information
msand committed Mar 22, 2020
1 parent 52eaef6 commit b96aac5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/_document.js
Expand Up @@ -48,6 +48,7 @@ const normalizeNextElements = `
overflow: hidden;
overscroll-behavior: none;
-webkit-overflow-scrolling: touch;
touch-action: none;
}
body > div:first-child,
#__next {
Expand Down

1 comment on commit b96aac5

@vercel
Copy link

@vercel vercel bot commented on b96aac5 Mar 22, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.