Timothy J. Baek 7 miesięcy temu
rodzic
commit
fb58e842b7

+ 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"