set user-select to none

This commit is contained in:
sorata 2025-06-18 23:41:11 +05:30 committed by GitHub
parent 44f3bbbbc9
commit 8deedcb405
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,6 +19,7 @@ input[type="date"],
textarea {
padding-inline: 0.5rem;
background: var(--canvas-inset);
user-select: text;
}
input {
@ -28,6 +29,7 @@ input {
// Setting 100% height causes the sticky element to hide as you scroll down on Safari.
html {
height: initial;
user-select: none;
}
[dir="rtl"] .modal-header .btn-close {