From 5cd79926345e58bd6d9a77b6d48ff015d8969203 Mon Sep 17 00:00:00 2001 From: Bodhish Thomas Date: Tue, 27 Oct 2020 12:29:59 +0530 Subject: [PATCH] Enable discharge summary --- src/Components/Common/OnlineDoctorsSelect.tsx | 12 ++++++------ src/Components/Facility/ConsultationForm.tsx | 4 ++-- src/Components/Patient/PatientHome.tsx | 2 +- src/tailwind.css | 5 +++++ 4 files changed, 14 insertions(+), 9 deletions(-) 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) => {
- +
handleSubmit(e)}>
@@ -763,7 +763,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; +}