File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import { useQuery } from "@tanstack/solid-query"
66import { Button } from "@opencode-ai/ui/button"
77import { Logo } from "@opencode-ai/ui/logo"
88import { Spinner } from "@opencode-ai/ui/spinner"
9+ import { ScrollView } from "@opencode-ai/ui/scroll-view"
910import { ProjectAvatar } from "@opencode-ai/ui/v2/project-avatar-v2"
1011import { ButtonV2 } from "@opencode-ai/ui/v2/button-v2"
1112import { Icon as IconV2 } from "@opencode-ai/ui/v2/icon"
@@ -384,7 +385,7 @@ function HomeDesign() {
384385 onClose = { closeSearch }
385386 onSelect = { selectSearchSession }
386387 />
387- < div class = "mt-3 min-h-0 flex-1 overflow-y-auto " >
388+ < ScrollView class = "mt-3 min-h-0 flex-1" >
388389 < div class = "pt-3 flex flex-col gap-6" >
389390 < Show
390391 when = { ! sessionLoad . isLoading }
@@ -426,7 +427,7 @@ function HomeDesign() {
426427 </ Show >
427428 </ Show >
428429 </ div >
429- </ div >
430+ </ ScrollView >
430431 </ section >
431432 </ div >
432433 </ div >
You can’t perform that action at this time.
0 commit comments