I am dealing with the a
tag.
<a href="mailto:<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="b4c7dbd9d1f4d9d5ddd89ad7dbd9">[email protected]</a>"><a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="7d0e1210183d101c1411531e1210">[email protected]</a></a>
I have been struggling to select the text within this tag. When I try, it starts dragging, and even after adding
-webkit-user-drag: none;
The tag is no longer draggable, but the text remains unselectable.