fix(app): text selection

This commit is contained in:
Adam 2025-12-31 13:32:44 -06:00
commit 7a4bfbe56d
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
3 changed files with 3 additions and 0 deletions

View file

@ -66,6 +66,7 @@
}
[data-slot="accordion-content"] {
-webkit-user-select: text;
user-select: text;
}