Created
July 10, 2013 07:49
-
-
Save revolunet/5964253 to your computer and use it in GitHub Desktop.
some mobile css fixes
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 { | |
-webkit-user-select: none; | |
-moz-user-select: none; | |
-ms-user-select: none; | |
user-select: none; | |
-webkit-touch-callout: none; | |
-webkit-user-drag: none; | |
-webkit-tap-highlight-color: rgba(0,0,0,0); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment