[fix] overflow issue

This commit is contained in:
Evan Reichard 2023-10-19 19:29:13 -04:00
parent 40daf46c03
commit 5efffd5e96

View File

@ -59,7 +59,7 @@
</svg> </svg>
</header> </header>
<main <main
class="flex flex-col justify-between w-11/12 mx-auto bg-slate-700 text-gray-300 rounded p-2 gap-4 h-full" class="flex flex-col justify-between w-11/12 mx-auto bg-slate-700 text-gray-300 rounded p-2 gap-4 h-full overflow-scroll"
> >
<div <div
id="messages" id="messages"