From fe37eb2791fad9672f01175c454bb2728aa575c0 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Fri, 26 Aug 2022 08:06:47 +0200 Subject: [PATCH] fix(client): :lipstick: add overflow-y-scroll to left/right sidebar navigation --- client/components/build/LeftSidebar/LeftSidebar.tsx | 2 +- client/components/build/RightSidebar/RightSidebar.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/components/build/LeftSidebar/LeftSidebar.tsx b/client/components/build/LeftSidebar/LeftSidebar.tsx index 5431f4c9..ea53eabc 100644 --- a/client/components/build/LeftSidebar/LeftSidebar.tsx +++ b/client/components/build/LeftSidebar/LeftSidebar.tsx @@ -65,7 +65,7 @@ const LeftSidebar = () => { variant={isDesktop ? 'persistent' : 'temporary'} >
-