We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ece313e + 7778c71 commit 9d17623Copy full SHA for 9d17623
library/src/layouting/PageLayout.tsx
@@ -13,7 +13,7 @@ const Page = ({
13
}) => (
14
<div
15
className={twMerge(
16
- "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",
17
className,
18
)}
19
id={id}
0 commit comments