Chat page fits whole screen now

This commit is contained in:
2026-06-26 20:46:20 +02:00
parent c428435f2f
commit 4c1db42873
+1 -1
View File
@@ -792,7 +792,7 @@ const formatPreviewContent = (content: string) => {
})
return (
<div className="flex h-[calc(100vh-8rem)] -m-4 lg:-m-6 rounded-lg border bg-card overflow-hidden">
<div className="flex h-[calc(100dvh-4rem)] -m-4 lg:-m-6 rounded-lg border bg-card overflow-hidden">
{/* Conversations list - left panel */}
<div
className="flex flex-col border-r shrink-0 overflow-hidden"