emerald-wallet icon indicating copy to clipboard operation
emerald-wallet copied to clipboard

Global : disable user select text

Open scco opened this issue 2 years ago • 0 comments

by apply to html/body/app whatever

html { -webkit-user-select: none; /* Safari */ -ms-user-select: none; /* IE 10 and IE 11 */ user-select: none; /* Standard syntax */ }

so the app feels less like a website , more like a real application. for parts that people should be able to copy for what ever reason, you can explicit enable that feature of select text.

scco avatar Dec 27 '23 02:12 scco