From d0f154fe7b7dc26cde212f60ff833d4d324cbd1a Mon Sep 17 00:00:00 2001 From: VipinDevelops Date: Thu, 29 Jan 2026 14:34:43 +0530 Subject: [PATCH] chore: remove visible scroll bar --- .../components/pages/navigation-pane/tab-panels/outline.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/core/components/pages/navigation-pane/tab-panels/outline.tsx b/apps/web/core/components/pages/navigation-pane/tab-panels/outline.tsx index de09576a7a..9155fea315 100644 --- a/apps/web/core/components/pages/navigation-pane/tab-panels/outline.tsx +++ b/apps/web/core/components/pages/navigation-pane/tab-panels/outline.tsx @@ -15,9 +15,9 @@ export function PageNavigationPaneOutlineTabPanel(props: Props) { const { editor: { editorRef }, } = page; - + return ( -
+