html text is not selectable settings

Here Insert Picture Description
How to set text is not optional?

CSS code:

-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;

Here Insert Picture Description
At this time, the operation menu can not be selected

Published 297 original articles · won praise 128 · views 20000 +

Guess you like

Origin blog.csdn.net/KaiSarH/article/details/104811676