From 0a949dc82fcefeabb9c18b98059782c59481c860 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Fri, 24 Feb 2023 19:43:33 +0800 Subject: [PATCH] Allow the left bar to scroll when expanded --- .../templates/homeFeed/HomeFeedContainer.tsx | 1 - .../templates/homeFeed/LibraryFilterMenu.tsx | 60 ++++++++++--------- 2 files changed, 32 insertions(+), 29 deletions(-) diff --git a/packages/web/components/templates/homeFeed/HomeFeedContainer.tsx b/packages/web/components/templates/homeFeed/HomeFeedContainer.tsx index bbfd0520b..2c5a765d6 100644 --- a/packages/web/components/templates/homeFeed/HomeFeedContainer.tsx +++ b/packages/web/components/templates/homeFeed/HomeFeedContainer.tsx @@ -807,7 +807,6 @@ function HomeFeedGrid(props: HomeFeedContentProps): JSX.Element { }} /> - @@ -346,37 +347,40 @@ type AddLinkButtonProps = { function AddLinkButton(props: AddLinkButtonProps): JSX.Element { return ( - - - + + + + ) }