Use flex h-full for chat container instead of dvh calc

This commit is contained in:
2026-03-11 21:49:06 -07:00
parent 17dc330b99
commit cf80bc1445
+1 -1
View File
@@ -122,7 +122,7 @@ export default function Chat() {
return (
<PageLayout noPadding>
<div className="flex flex-col" style={{ height: 'calc(100dvh - 3.5rem)' }}>
<div className="flex h-full flex-col">
{/* Chat header - sticky at top */}
<div className="sticky top-0 z-10 flex items-center gap-3 border-b border-border bg-background px-4 py-3">
<Link to="/friends">