Skip to content

Commit

Permalink
Bug Fix #1847 - Fix Sidebar is not stretching to the full height in C…
Browse files Browse the repository at this point in the history
…hikorita template
  • Loading branch information
AashishSinghal committed May 12, 2024
1 parent 7a8b5d0 commit 94eb549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/artboard/src/templates/chikorita.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ export const Chikorita = ({ columns, isFirstPage = false }: TemplateProps) => {
const [main, sidebar] = columns;

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">
{isFirstPage && <Header />}

Expand Down

0 comments on commit 94eb549

Please sign in to comment.