diff --git a/web/components/page.tsx b/web/components/page.tsx index 07cf7baa..61ce4a47 100644 --- a/web/components/page.tsx +++ b/web/components/page.tsx @@ -28,6 +28,9 @@ export function Page(props: { )} > {children} + + {/* If right sidebar is hidden, place its content at the bottom of the page. */} +
{rightSidebar}