Fix scroll over input on iOS

This commit is contained in:
Gustavo Maximiliano Cortez 2016-06-28 15:18:55 -03:00
commit 0e174da260
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
3 changed files with 5 additions and 3 deletions

View file

@ -12,7 +12,6 @@ body {
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none !important;
-webkit-overflow-scrolling: touch;
}
input {