set user-select to none

This commit is contained in:
sorata 2025-06-17 20:53:01 +05:30 committed by GitHub
parent 5cb191d624
commit 91b6fb3a48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,6 +21,10 @@ textarea {
background: var(--canvas-inset); background: var(--canvas-inset);
} }
textarea {
user-select: none;
}
input { input {
color: var(--fg); color: var(--fg);
} }