Skip to content

Instantly share code, notes, and snippets.

@diego-betto
Last active May 20, 2021 17:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diego-betto/246920262b037051403615fe9569fbaa to your computer and use it in GitHub Desktop.
Save diego-betto/246920262b037051403615fe9569fbaa to your computer and use it in GitHub Desktop.
Tablet & Mobile: Avoid scroll on input focus
html,body{
-webkit-overflow-scrolling : touch !important;
overflow: auto !important;
height: 100% !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment