The user-select CSS property controls whether the user can select text. This doesn't have any effect on content loaded as part of a browser's user interface (its chrome), except in textboxes.... Try it Syntax css /* Keyword values */ user-select: none;...