Reply 224731 to: blank page

Avatar: Rose Tyler
Rose Tyler
Support staff
November 10, 2019 at 13:49

You can disable text selection with CSS:

body {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none;   /* Chrome 6.0+, Safari 3.1+, Edge & Opera 15+ */
-moz-user-select: none;      /* Firefox */
-ms-user-select: none;       /* IE 10+ and Edge */
user-select: none;           /* Non-prefixed version, 
								currently supported by Chrome and Opera */
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.