/ Published in: CSS
Prevents user selecting text in text blocks
Expand |
Embed | Plain Text
-webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none;
You need to login to post a comment.
