This commit is contained in:
Timothy Jaeryang Baek 2025-09-12 20:37:42 +04:00
parent 06a6855f84
commit 19e18bc461

View file

@ -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" : '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" 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 !loading}
{#if char === '/'} {#if char === '/'}
<Prompts <Prompts