Use flex h-full for chat container instead of dvh calc
This commit is contained in:
+1
-1
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user