File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
packages/web/src/app/[domain]/chat Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ export default async function Page(props: PageProps) {
7373 } ) ( ) : undefined ;
7474
7575 return (
76- < div className = "flex flex-col items-center min- h-screen overflow-hidden" >
76+ < div className = "flex flex-col items-center h-screen overflow-hidden" >
7777 < NavigationMenu
7878 domain = { params . domain }
7979 />
@@ -88,12 +88,13 @@ export default async function Page(props: PageProps) {
8888 isCollapsedInitially = { true }
8989 />
9090 < AnimatedResizableHandle />
91- < ResizablePanel
91+ < ResizablePanel
9292 order = { 2 }
9393 id = "chat-home-panel"
9494 defaultSize = { 85 }
95+ className = "overflow-hidden"
9596 >
96- < div className = "flex flex-col justify -center items-center mt-8 mb -8 md:mt -16 w-full px-5" >
97+ < div className = "flex flex-col items -center h-full overflow-y-auto pt-8 pb -8 md:pt -16 w-full px-5" >
9798 < div className = "max-h-44 w-auto" >
9899 < SourcebotLogo
99100 className = "h-18 md:h-40 w-auto"
You can’t perform that action at this time.
0 commit comments