fix: see last msg fully in shared session view (#1994)

This commit is contained in:
Salman Mohammed
2025-04-01 18:34:16 -04:00
committed by GitHub
parent a560f115c7
commit 262d7f70d9
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ const SharedSessionView: React.FC<SharedSessionViewProps> = ({
onRetry,
}) => {
return (
<div className="h-screen w-full">
<div className="h-screen w-full flex flex-col">
<div className="relative flex items-center h-[36px] w-full"></div>
{/* Top Row - back, info (fixed) */}