Last active
May 20, 2021 17:24
-
-
Save diego-betto/246920262b037051403615fe9569fbaa to your computer and use it in GitHub Desktop.
Tablet & Mobile: Avoid scroll on input focus
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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