fix: overflow and scroll ux

This commit is contained in:
nafees nazik
2023-08-26 07:22:51 +05:30
parent 70a5105783
commit 7ae99d2038
2 changed files with 12 additions and 7 deletions

View File

@ -39,7 +39,7 @@ export const PeriodSelector = () => {
params.delete('period');
}
router.push(`${pathname}?${params.toString()}`);
router.push(`${pathname}?${params.toString()}`, { scroll: false });
};
return (