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