diff --git a/src/Components/Common/OnlineDoctorsSelect.tsx b/src/Components/Common/OnlineDoctorsSelect.tsx
index 0946440f552..de76ddba76e 100644
--- a/src/Components/Common/OnlineDoctorsSelect.tsx
+++ b/src/Components/Common/OnlineDoctorsSelect.tsx
@@ -60,11 +60,11 @@ export const OnlineDoctorsSelect = (props: any) => {
- {isExpanded &&
)
diff --git a/src/Components/Facility/ConsultationForm.tsx b/src/Components/Facility/ConsultationForm.tsx
index 9176c195049..25e527ae3c0 100644
--- a/src/Components/Facility/ConsultationForm.tsx
+++ b/src/Components/Facility/ConsultationForm.tsx
@@ -377,7 +377,7 @@ export const ConsultationForm = (props: any) => {
);
diff --git a/src/Components/Patient/PatientHome.tsx b/src/Components/Patient/PatientHome.tsx
index 5524bc36705..b3d67711d0a 100644
--- a/src/Components/Patient/PatientHome.tsx
+++ b/src/Components/Patient/PatientHome.tsx
@@ -989,7 +989,7 @@ export const PatientHome = (props: any) => {
-
diff --git a/src/tailwind.css b/src/tailwind.css
index 52902ec81cd..e34b845e455 100644
--- a/src/tailwind.css
+++ b/src/tailwind.css
@@ -234,3 +234,8 @@ button:disabled:focus,
@apply py-2 px-6 text-base h-12;
}
@import "tailwindcss/utilities";
+
+.multiselect-dropdown__search-dropdown {
+ max-height: 20rem;
+ overflow: auto;
+}