fix(desktop): max height on edit tool calls

This commit is contained in:
Adam
2025-12-29 06:31:57 -06:00
parent db24240e90
commit e7a93e7776
@@ -245,6 +245,14 @@
[data-component="edit-content"] {
border-top: 1px solid var(--border-weaker-base);
max-height: 420px;
overflow-y: auto;
scrollbar-width: none;
-ms-overflow-style: none;
&::-webkit-scrollbar {
display: none;
}
}
[data-component="write-content"] {