Просмотр исходного кода

fix(desktop): max height on edit tool calls

Adam 1 месяц назад
Родитель
Сommit
5b02a3029e
1 измененных файлов с 8 добавлено и 0 удалено
  1. 8 0
      packages/ui/src/components/message-part.css

+ 8 - 0
packages/ui/src/components/message-part.css

@@ -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"] {