Bug Fix #1847 - Fix Sidebar is not stretching to the full height in Chikorita template

This commit is contained in:
AashishSinghal
2024-05-12 08:25:10 +05:30
parent 7a8b5d09c6
commit 94eb549d25

View File

@ -512,7 +512,7 @@ export const Chikorita = ({ columns, isFirstPage = false }: TemplateProps) => {
const [main, sidebar] = columns; const [main, sidebar] = columns;
return ( return (
<div className="grid h-full grid-cols-3"> <div className="grid min-h-[inherit] grid-cols-3">
<div className="main p-custom group col-span-2 space-y-4"> <div className="main p-custom group col-span-2 space-y-4">
{isFirstPage && <Header />} {isFirstPage && <Header />}