Created
August 16, 2020 22:46
-
-
Save brightchul/bdab438e97fc04a08b7297bdf06e8e61 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
img { | |
-webkit-touch-callout: none; | |
-webkit-user-select: none; | |
-khtml-user-select: none; | |
-moz-user-select: none; | |
-ms-user-select: none; | |
user-select: none; | |
-webkit-user-drag: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment