From 759475608f9bea6eab2c2d2109eb4dff5d8e4c30 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Tue, 12 Oct 2021 01:35:20 +0200 Subject: fix: (#103) remembered how to use scrollbars --- components/Sidebar/Link.tsx | 8 +++++++- components/Sidebar/index.tsx | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) (limited to 'components') diff --git a/components/Sidebar/Link.tsx b/components/Sidebar/Link.tsx index 97b4189..f3ada7d 100644 --- a/components/Sidebar/Link.tsx +++ b/components/Sidebar/Link.tsx @@ -240,7 +240,13 @@ export const PreviewLink = (props: LinkProps) => { /> )} > - + {orgText} diff --git a/components/Sidebar/index.tsx b/components/Sidebar/index.tsx index 0b7c9f2..33af598 100644 --- a/components/Sidebar/index.tsx +++ b/components/Sidebar/index.tsx @@ -225,7 +225,13 @@ const Sidebar = (props: SidebarProps) => { /> )} > - + -- cgit v1.2.3