Last active
August 29, 2015 14:11
-
-
Save kiinlam/dbe9cb5bcc99f3e53433 to your computer and use it in GitHub Desktop.
阻止一切能阻止的
This file contains hidden or 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
* { | |
-webkit-touch-callout: none; | |
-ms-user-select: none; | |
-webkit-user-select: none; | |
-moz-user-select: none; | |
user-select:none; | |
-webkit-tap-highlight-color: rgba(0,0,0,0); | |
} | |
::-webkit-scrollbar { | |
width: 0 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment