fix(app): better text selection
This commit is contained in:
parent
23bbfb3d15
commit
e53192889c
7 changed files with 27 additions and 4 deletions
|
|
@ -65,6 +65,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
[data-slot="accordion-content"] {
|
||||
user-select: text;
|
||||
}
|
||||
|
||||
[data-slot="session-review-trigger-content"] {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue