diff --git a/src/Viewer/components/modals/CalendarModal/DatetimePicker.jsx b/src/Viewer/components/modals/CalendarModal/DatetimePicker.jsx index 027883ec..d653bfa4 100644 --- a/src/Viewer/components/modals/CalendarModal/DatetimePicker.jsx +++ b/src/Viewer/components/modals/CalendarModal/DatetimePicker.jsx @@ -44,9 +44,15 @@ const DateTimePicker = ({onChange, value}) => { { timeSteps={{hours: 1, minutes: 1, seconds: 1}} sx={{ ".MuiMultiSectionDigitalClockSection-root": { - maxHeight: "300px", + maxHeight: "320px", width: "72px", }, "borderBottom": "0",