浏览代码

refac: styling

Timothy J. Baek 7 月之前
父节点
当前提交
fb58e842b7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/lib/components/chat/MessageInput/Suggestions.svelte

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

@@ -21,7 +21,7 @@
 	</div>
 {/if}
 
-<div class=" h-40 max-h-full overflow-auto scrollbar-hidden">
+<div class=" h-40 max-h-full overflow-auto scrollbar-none">
 	{#each prompts as prompt, promptIdx}
 		<button
 			class="flex flex-col flex-1 shrink-0 w-full justify-between px-3 py-2 rounded-xl bg-transparent hover:bg-black/5 dark:hover:bg-white/5 transition group"