From 4be795c96dab9fac8101df74dec1978a401f8ebb Mon Sep 17 00:00:00 2001 From: G O Ashwin Praveen <143274955+ashwinpraveengo@users.noreply.github.com> Date: Thu, 27 Feb 2025 18:56:10 +0530 Subject: [PATCH] bugfix:fix Overapping greenindicator and scrollbar in Patient Details (#10802) --- 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 && (