refac: banner scrollbar

This commit is contained in:
Timothy Jaeryang Baek 2025-06-16 12:06:33 +04:00
parent 4a2428123b
commit afca606063

View File

@ -83,7 +83,7 @@
{/if}
</div>
<div class="flex-1 text-xs text-gray-700 dark:text-white">
<div class="flex-1 text-xs text-gray-700 dark:text-white max-h-20 overflow-y-auto">
{@html marked.parse(DOMPurify.sanitize(banner.content))}
</div>
</div>