From 1695842b19ef4e28de78363dec8b7f496c08ae2a Mon Sep 17 00:00:00 2001 From: Aditya Date: Sat, 19 Aug 2023 01:21:00 +0530 Subject: [PATCH] [ENG-976] Fixed Missing scrollbar in the Explorer (#1228) * fixed scroller in the `Explorer` * Update style.scss --------- Co-authored-by: Utku <74243531+utkubakir@users.noreply.github.com> --- interface/app/$libraryId/Explorer/index.tsx | 2 +- interface/app/style.scss | 9 ++------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/interface/app/$libraryId/Explorer/index.tsx b/interface/app/$libraryId/Explorer/index.tsx index 7c5a1d974..a9efb45d0 100644 --- a/interface/app/$libraryId/Explorer/index.tsx +++ b/interface/app/$libraryId/Explorer/index.tsx @@ -44,7 +44,7 @@ export default function Explorer(props: PropsWithChildren) {