Hi, when I use DateTimePickerComponent, when I press to select the date the menu that show doesen't fully expand but it's like cut in half with scroll bar under it
Here is the code that I use:
import {
DateTimePickerComponent
} from "@syncfusion/ej2-react-calendars";
<DateTimePickerComponent
format="dd/mm/yyyy hh:mm a"
id="StartTime"
data-name="StartTime"
></DateTimePickerComponent>