mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-20 23:54:23 +01:00
fix: see last msg fully in shared session view (#1994)
This commit is contained in:
@@ -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) */}
|
||||
|
||||
Reference in New Issue
Block a user