Fix: ensure minimum height for inner container (#5930)
This commit is contained in:
parent
529814cf03
commit
faa2e6bb36
1 changed files with 1 additions and 1 deletions
|
|
@ -425,7 +425,7 @@ function Home({ initialSettings }) {
|
|||
<div
|
||||
className={classNames(
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue