From 949b7a2007180bd611f66ad9d16761fbb3bfc85e Mon Sep 17 00:00:00 2001 From: noobpiyush Date: Tue, 26 Nov 2024 00:30:55 +0530 Subject: [PATCH] Fixed scroll position reset when using navbar back button Added scroll position preservation across navigation Improved user experience by maintaining scroll state --- src/components/Navbar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 052a855c5..a78b6f84f 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -158,9 +158,9 @@ export const Navbar = () => { exit={{ opacity: 0, y: -20 }} > -