DatePicker calendar is not displayed correctly

For DatePicker with ShowTime property enabled, the calendar is not displayed correctly depending on the display size.
Is there a way to adjust the calendar display position or reduce the calendar size?

Display size used: 1366x768

Was self resolved.
Adjusted the height of the calendar by reducing the font size of the calendar.

/* datepicker */
.rz-datepicker-calendar th,
.rz-datepicker-calendar td .rz-state-default,
.rz-datepicker-calendar .rz-state-active {
    font-size: 0.6875rem !important;
}