From 22592042403e58556586a24d25cf44e9626b3afc Mon Sep 17 00:00:00 2001 From: ashwinpraveengo Date: Mon, 24 Feb 2025 20:50:29 +0530 Subject: [PATCH] bugfix:fix Overapping greenindicator and scrollbar in Patient Details --- src/components/Patient/PatientHome.tsx | 49 +++++++++++++------------- 1 file changed, 25 insertions(+), 24 deletions(-) diff --git a/src/components/Patient/PatientHome.tsx b/src/components/Patient/PatientHome.tsx index 69df69c4143..74e75e04fbd 100644 --- a/src/components/Patient/PatientHome.tsx +++ b/src/components/Patient/PatientHome.tsx @@ -108,34 +108,35 @@ export const PatientHome = (props: {
-
- {tabs.map((tab) => ( - - {t(tab.route)} - - ))} +
+
+ {tabs.map((tab) => ( + + {t(tab.route)} + + ))} +
-
{Tab && (