fix(app): better text selection

This commit is contained in:
Adam 2025-12-30 10:21:32 -06:00
commit e53192889c
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
7 changed files with 27 additions and 4 deletions

View file

@ -65,6 +65,10 @@
}
}
[data-slot="accordion-content"] {
user-select: text;
}
[data-slot="session-review-trigger-content"] {
display: flex;
align-items: center;