fix(ui): add max height and scroll to chat menu tags section (#26031)

This commit is contained in:
G30
2026-06-29 02:36:03 -04:00
committed by GitHub
parent 1da3b7f7e8
commit da0fd0da0d

View File

@@ -499,7 +499,7 @@
<hr class="border-gray-50/30 dark:border-gray-800/30 my-1" />
<div class="flex p-1">
<div class="flex p-1 max-h-28 overflow-y-auto">
<Tags chatId={chat.id} />
</div>
{/if}