From 780c72e8e3c4fee69cca856bc1104599107e2b78 Mon Sep 17 00:00:00 2001 From: godspeed-03 Date: Sun, 10 Dec 2023 01:47:09 +0530 Subject: [PATCH] Bug-fix-Sidbar-scrollbar-auto-hides-incorrrectly-#6469 --- src/components/Layout/Page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Layout/Page.tsx b/src/components/Layout/Page.tsx index 04876bab39e..87454e07598 100644 --- a/src/components/Layout/Page.tsx +++ b/src/components/Layout/Page.tsx @@ -141,7 +141,7 @@ export function Page({children, toc, routeTree, meta, section}: PageProps) { )} {/* No fallback UI so need to be careful not to suspend directly inside. */} -
+