From db93fb08e0f8c8fbe8b931db36de0f5046200a61 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Thu, 16 Mar 2023 20:52:21 +0000 Subject: [PATCH] Fix CSS overflow --- beta/src/components/Layout/Page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beta/src/components/Layout/Page.tsx b/beta/src/components/Layout/Page.tsx index 456367fa..8779f149 100644 --- a/beta/src/components/Layout/Page.tsx +++ b/beta/src/components/Layout/Page.tsx @@ -63,7 +63,7 @@ export function Page({children, toc, routeTree, meta, section}: PageProps) {
{children}