[fix] overflow issue
This commit is contained in:
parent
40daf46c03
commit
5efffd5e96
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user