Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
flex-direction: column;
gap: var(--wpds-dimension-padding-lg);
color: var(--color-frame-text);
/* The app shell sets `select-none` (user-select: none) globally for a
native feel; re-enable selection here so conversation text can be
selected and copied (STU-1831). */
user-select: text;
}

/* User bubbles act as turn anchors; give them generous breathing room above
Expand Down