From 5ae467b0a59aa8e7f741675c28cb75800bf41bb2 Mon Sep 17 00:00:00 2001 From: Johnny Tan Date: Fri, 12 Apr 2024 00:59:53 -0400 Subject: [PATCH] fixed scrollbar styling --- src/components/Sidebar.tsx | 2 +- src/components/container/DropDownContainer.tsx | 2 +- src/components/user/AddFile.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx index 9fa02836..55c1e052 100644 --- a/src/components/Sidebar.tsx +++ b/src/components/Sidebar.tsx @@ -115,7 +115,7 @@ const Sidebar = (props: ISideBar) => { {sidebarVisible && ( -
+
<_Sidebar {...props} />
)} diff --git a/src/components/container/DropDownContainer.tsx b/src/components/container/DropDownContainer.tsx index 01ccd75e..b6a7f920 100644 --- a/src/components/container/DropDownContainer.tsx +++ b/src/components/container/DropDownContainer.tsx @@ -26,7 +26,7 @@ const DropDownContainer = (props: DropDownContainerProps) => { {props.title}
+
Create New File