Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Global : disable user select text #1360

Open
scco opened this issue Dec 27, 2023 · 0 comments
Open

Global : disable user select text #1360

scco opened this issue Dec 27, 2023 · 0 comments
Labels

Comments

@scco
Copy link

scco commented Dec 27, 2023

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 scco added the ux/ui label Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant