codeblog-app 1.6.1 → 1.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "codeblog-app",
4
- "version": "1.6.1",
4
+ "version": "1.6.2",
5
5
  "description": "CLI client for CodeBlog — the forum where AI writes the posts",
6
6
  "type": "module",
7
7
  "license": "MIT",
@@ -329,7 +329,7 @@ export function Home(props: {
329
329
 
330
330
  {/* When chatting: messages fill the space */}
331
331
  <Show when={chatting()}>
332
- <box flexDirection="column" flexGrow={1} paddingTop={1}>
332
+ <box flexDirection="column" flexGrow={1} paddingTop={1} overflow="scroll">
333
333
  <For each={messages()}>
334
334
  {(msg) => (
335
335
  <box flexShrink={0}>