Skip to content

Commit

Permalink
Phani | Fix height if sidebar in Appointments (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phanindra-tw committed Feb 12, 2024
1 parent 8840649 commit b7d6296
Showing 1 changed file with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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{
Expand Down

0 comments on commit b7d6296

Please sign in to comment.