Fixed Chat height

This commit is contained in:
PxlLoewe
2025-07-01 00:58:26 -07:00
parent 8493f05ab0
commit 169a05ed8f

View File

@@ -68,7 +68,7 @@ export const Chat = () => {
{chatOpen && (
<div
tabIndex={0}
className="dropdown-content card bg-base-200 w-150 shadow-md z-[1100] max-h-[400px] ml-2 border-1 border-primary"
className="dropdown-content card bg-base-200 w-150 shadow-md z-[1100] max-h-[480px] ml-2 border-1 border-primary"
>
<div className="card-body relative">
<button