From 18e7e907da3980ed8d432e0e37e7ecc0f97612bc Mon Sep 17 00:00:00 2001 From: Tamon Okamoto Date: Sun, 28 Jan 2024 20:53:55 +0900 Subject: [PATCH] Fix scrollbar of SidebarNav to make it tappable --- 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 5194279c280..ee3c899d03a 100644 --- a/src/components/Layout/Page.tsx +++ b/src/components/Layout/Page.tsx @@ -129,7 +129,7 @@ export function Page({children, toc, routeTree, meta, section}: PageProps) { 'grid grid-cols-only-content lg:grid-cols-sidebar-content 2xl:grid-cols-sidebar-content-toc' )}> {showSidebar && ( -
+