Hi,
Thanks for your reply.
Yes we've set the schedule's cell height to 75px.
But when an appointment is created, it just takes less than half of the cell's height.
We want the appointment box to have the same height as the cell containing it (for our schedule, a cell can only have one appointment).
We've added a CSS rule
.e-appointment {
height: 66.9px !important;
}
But that breaks the UI on some resolution as we've told you.
Can you tell us what is the proper way to achieve this?
Thanks