Published
- 1 min read
html text not markable
The solution for this is noted below
html text not markable
Solution
.unselectable {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
Try other methods by searching on the site. That is if this doesn’t work