From 3de6bbd0befa471491b4e0b04fb7c5652a36cc46 Mon Sep 17 00:00:00 2001 From: Ozan Tellioglu Date: Thu, 15 Jun 2023 20:20:25 +0200 Subject: [PATCH] Filename Overflow Scroll Fix --- src/components/noteList.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/components/noteList.tsx b/src/components/noteList.tsx index cf9891e..eb7ee11 100644 --- a/src/components/noteList.tsx +++ b/src/components/noteList.tsx @@ -111,7 +111,11 @@ export default function NoteListComponent(params: NoteListComponentParams) { /> -
+
{selectedDayNotes.length === 0 && (
@@ -123,9 +127,7 @@ export default function NoteListComponent(params: NoteListComponentParams) {