fix(app): make bash output selectable (#15378)

This commit is contained in:
Alex Yaroshuk 2026-02-28 05:16:33 +08:00 committed by GitHub
parent f347194e31
commit 1f2348c1ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -346,6 +346,7 @@
position: relative;
overflow: hidden;
[data-slot="bash-copy"] {
position: absolute;
top: 4px;
@ -649,6 +650,7 @@
[data-component="reasoning-part"],
[data-component="tool-error"],
[data-component="tool-output"],
[data-component="bash-output"],
[data-component="edit-content"],
[data-component="write-content"],
[data-component="todos"],