From b7d6296019e271b05a8813f995292f383c79b32a Mon Sep 17 00:00:00 2001 From: Phanindra-tw <126503818+Phanindra-tw@users.noreply.github.com> Date: Tue, 3 Oct 2023 13:16:22 +0530 Subject: [PATCH] Phani | Fix height if sidebar in Appointments (#303) --- .../AddAppointment/AddAppointment.module.scss | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/ui/react-components/components/AddAppointment/AddAppointment.module.scss b/ui/react-components/components/AddAppointment/AddAppointment.module.scss index 6a766f212..468780331 100644 --- a/ui/react-components/components/AddAppointment/AddAppointment.module.scss +++ b/ui/react-components/components/AddAppointment/AddAppointment.module.scss @@ -2,18 +2,13 @@ @import "../AppointmentEditorCommonFieldsWrapper/AppointmentEditorCommonFieldsWrapper.module"; .appointmentEditor { - padding: 0 16px; width: 100%; z-index: 31; position: absolute; left: 0; top: 0; - height: 100%; - min-height: 125%; + padding: 0 16px 80px; -webkit-box-sizing: border-box; - &.isRecurring { - min-height: 140%; - } background-color: $secondary-color-1; .recurringContainer { @@ -89,11 +84,10 @@ } .close { - display: inline-block; border: none; - padding: 12px 0; + text-align: right; + padding: 10px 0; cursor: pointer; - margin-left: 490px; } .inlineBlock{