From 67a9189057e8f0eb13d818cdf180343b06402fe6 Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Wed, 30 Mar 2022 22:19:19 -0700 Subject: [PATCH] Stick right sidebar on page bottom --- web/components/page.tsx | 3 +++ 1 file changed, 3 insertions(+) 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}