Skip to content

Commit

Permalink
Page gets flex-1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-wishes committed Nov 12, 2024
1 parent 4e0280f commit 7778c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/layouting/PageLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Page = ({
}) => (
<div
className={twMerge(
"flex h-full min-h-0 w-full flex-col overflow-hidden",
"flex h-full flex-1 min-h-0 w-full flex-col overflow-hidden",
className,
)}
id={id}
Expand Down

0 comments on commit 7778c71

Please sign in to comment.