From 0c20247348d16786ca97d335f0989caef6a4fbbf Mon Sep 17 00:00:00 2001 From: Getabalew Tesfaye Date: Sun, 19 Mar 2023 00:12:27 -0700 Subject: [PATCH] fix scrollbar hiding on hover/click --- 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 8779f149be5..d5818e9fb87 100644 --- a/src/components/Layout/Page.tsx +++ b/src/components/Layout/Page.tsx @@ -121,7 +121,7 @@ export function Page({children, toc, routeTree, meta, section}: PageProps) { )} {/* No fallback UI so need to be careful not to suspend directly inside. */} -
+
{content}