Fix: ensure minimum height for inner container (#5930)

This commit is contained in:
shamoon
2025-11-04 10:12:49 -08:00
committed by GitHub
parent 529814cf03
commit faa2e6bb36

View File

@@ -425,7 +425,7 @@ function Home({ initialSettings }) {
<div <div
className={classNames( className={classNames(
settings.fullWidth ? "" : "container", settings.fullWidth ? "" : "container",
"relative m-auto flex flex-col justify-start z-10 h-full", "relative m-auto flex flex-col justify-start z-10 h-full min-h-screen",
)} )}
> >
<QuickLaunch <QuickLaunch