File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -506,7 +506,8 @@ export default function Home() {
506506 ? "centered"
507507 : currentView === "memory" ||
508508 currentView === "models" ||
509- currentView === "knowledges"
509+ currentView === "knowledges" ||
510+ currentView === "setup"
510511 ? "centered"
511512 : currentView === "chat"
512513 ? "fullscreen"
Original file line number Diff line number Diff line change @@ -194,10 +194,10 @@ export default function SetupLayout({
194194 completeText,
195195} : SetupLayoutProps ) {
196196 return (
197- < div className = "w-full h-full bg-slate-50 dark:bg-slate-900 font-sans" >
197+ < div className = "w-full h-full bg-slate-50 dark:bg-slate-900 font-sans overflow-hidden " >
198198 { /* Main content with fixed size */ }
199199 < div className = "max-w-[1800px] mx-auto px-8 pb-6 pt-6 bg-transparent h-full flex flex-col" >
200- < div className = "flex-1 overflow-auto w-full h-full flex items-center justify-center" >
200+ < div className = "flex-1 w-full h-full flex items-center justify-center" >
201201 { children }
202202 </ div >
203203 < Navigation
You can’t perform that action at this time.
0 commit comments