Skip to content

Commit 5b02a30

Browse files
committed
fix(desktop): max height on edit tool calls
1 parent 94e851c commit 5b02a30

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/ui/src/components/message-part.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,14 @@
245245

246246
[data-component="edit-content"] {
247247
border-top: 1px solid var(--border-weaker-base);
248+
max-height: 420px;
249+
overflow-y: auto;
250+
251+
scrollbar-width: none;
252+
-ms-overflow-style: none;
253+
&::-webkit-scrollbar {
254+
display: none;
255+
}
248256
}
249257

250258
[data-component="write-content"] {

0 commit comments

Comments
 (0)