fix: footer hiding properly

This commit is contained in:
iCrawl
2022-09-17 00:31:28 +02:00
parent 8323926304
commit 0785353efe
2 changed files with 2 additions and 2 deletions

View File

@@ -252,7 +252,7 @@ export function SidebarLayout({
}`}
>
<article className="dark:bg-dark-600 bg-light-600">
<div className="min-h-[calc(100vh - 50px)] dark:bg-dark-800 relative z-10 bg-white p-6 pb-20 shadow">
<div className="dark:bg-dark-800 relative z-10 min-h-[calc(100vh_-_70px)] bg-white p-6 pb-20 shadow">
{children}
</div>
<div className="h-76 md:h-52" />