You want to prevent text from being selected/highlighted; whether to prevent copying and pasting or accidental text selection.
To solve this problem you will want to set the user-select CSS property to none.
You want to prevent text from being selected/highlighted; whether to prevent copying and pasting or accidental text selection.
To solve this problem you will want to set the user-select CSS property to none.