fix: Messages container not respecting screen size

This commit is contained in:
April Hall 2025-02-06 17:41:33 -05:00
parent 8820729be4
commit d06af2558c
Signed by: arithefirst
GPG Key ID: 4508A15C4DB91C5B

View File

@ -31,7 +31,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="p-2"> <div class="p-2 max-h-screen">
{@render children()} {@render children()}
</div> </div>
</div> </div>