Timothy Jaeryang Baek 3 周之前
父节点
当前提交
19e18bc461
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/lib/components/chat/MessageInput/CommandSuggestionList.svelte

+ 1 - 1
src/lib/components/chat/MessageInput/CommandSuggestionList.svelte

@@ -82,7 +82,7 @@
 		: 'hidden'} rounded-2xl shadow-lg border border-gray-200 dark:border-gray-800 flex flex-col bg-white dark:bg-gray-850 w-72 p-1"
 	id="suggestions-container"
 >
-	<div class="overflow-y-auto scrollbar-thin max-h-72">
+	<div class="overflow-y-auto scrollbar-thin max-h-60">
 		{#if !loading}
 			{#if char === '/'}
 				<Prompts