From 46817d224bf75159d6ac8827fd294c8ed988754f Mon Sep 17 00:00:00 2001 From: Anirudh Sharma Date: Mon, 1 Sep 2025 19:11:33 +0530 Subject: [PATCH] fixed scroll issue with socialcalc --- src/pages/Home.tsx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx index e46ee28..6cca9e2 100644 --- a/src/pages/Home.tsx +++ b/src/pages/Home.tsx @@ -743,7 +743,7 @@ const Home: React.FC = () => { return ( @@ -870,7 +870,14 @@ const Home: React.FC = () => { - + {fileNotFound ? (
{ setShowInvoiceForm(false)} - /> {/* Floating Action Button for Invoice Edit */}