can't select text on my website
-
I have the pro and when this plugin is activated, users visiting our site can’t highlight or select any text on the screen. When the plugin is deactivated you are able to. This is very similar in behavior to the css rule
.noselect { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }I’m not sure if it’s css, javscript or possible z-index issue.
The topic ‘can't select text on my website’ is closed to new replies.