From bbbe9b8a9fd8ddfb4c9a76ca3b58798a7f3a9c53 Mon Sep 17 00:00:00 2001 From: "andy.speirs" Date: Mon, 13 May 2024 09:35:36 +0100 Subject: [PATCH] fix: set the correct height of lists now that there is a header --- src/components/Sidebar/Content.tsx | 2 +- src/components/Sidebar/ContentNested.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Sidebar/Content.tsx b/src/components/Sidebar/Content.tsx index b0030115..807afcb6 100644 --- a/src/components/Sidebar/Content.tsx +++ b/src/components/Sidebar/Content.tsx @@ -40,7 +40,7 @@ export function Content() { return ( - + setCurrentFolder(null)} title={currentFolder || 'All Notes'}