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.
1 parent ee65ea3 commit 166f23eCopy full SHA for 166f23e
1 file changed
apps/webapp/app/components/layout/AppLayout.tsx
@@ -21,7 +21,7 @@ export function MainBody({ children }: { children: React.ReactNode }) {
21
22
/** This container should be placed around the content on a page */
23
export function PageContainer({ children }: { children: React.ReactNode }) {
24
- return <div className="grid grid-rows-[auto_1fr] overflow-hidden">{children}</div>;
+ return <div className="grid h-full grid-rows-[auto_1fr] overflow-hidden">{children}</div>;
25
}
26
27
export function PageBody({
0 commit comments