Skip to content

Commit d59aeba

Browse files
committed
fix: mac should be able to select ai panel text
1 parent faf3efe commit d59aeba

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/styles/Extn-AIChatPanel.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,9 @@
243243
padding: 8px 10px;
244244
min-height: 0;
245245
min-width: 0;
246+
-webkit-user-select: text;
247+
user-select: text;
248+
cursor: default;
246249
}
247250

248251
/* ── Individual messages ────────────────────────────────────────────── */
@@ -265,6 +268,7 @@
265268
word-wrap: break-word;
266269
overflow-wrap: anywhere;
267270
min-width: 0;
271+
-webkit-user-select: text;
268272
user-select: text;
269273
cursor: text;
270274
}

0 commit comments

Comments
 (0)