Bump more space for goose is working on it so it doesnt overlap incoming agent chat messages (#3453)

This commit is contained in:
Zane
2025-07-16 12:53:23 -07:00
committed by GitHub
parent 3d28adf075
commit 9ffb57ec15
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
"license": {
"name": "Apache-2.0"
},
"version": "1.0.35"
"version": "1.0.36"
},
"paths": {
"/agent/tools": {

View File

@@ -448,7 +448,7 @@ function BaseChatContent({
{renderAfterMessages && renderAfterMessages()}
{/* Bottom padding to make space for the loading indicator */}
<div className="block h-12" />
<div className="block h-20" />
</ScrollArea>
{/* Fixed loading indicator at bottom left of chat container */}