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

@@ -10,7 +10,7 @@
"license": { "license": {
"name": "Apache-2.0" "name": "Apache-2.0"
}, },
"version": "1.0.16" "version": "1.0.17"
}, },
"paths": { "paths": {
"/config": { "/config": {

View File

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