Stop Date Time Picker from scrolling sideways

Is anyone else having the same issue with the date time picker. When I use it just for Date or Time, then it can be dragged horizontally while on mobile.

Is there a way to stop that?

converted_video

Hi @Bob_Leung,

We were able to reproduce the issue, an internal ticket has been created - BKNDLSS-33571. We’ll let you know if we figure out how to avoid this right now, or when the problem is fixed.

Regards,
Marina

@Bob_Leung

You could use a temporary workaround for this issue, just add the next styles into extensions

.bl-datetime-picker-dialog {
  .MuiDialogContent-root {
    overflow: unset;
  }
  
  .MuiDialog-paper {
    overflow: unset;
  }
}

Regards, Dima

Thank you. I added the additional styles you proposed and it has “not” resolved the issue… unfortunately.

(btw, truly appreciate your lightning response speed)

For me, it works well. Where did you open the page? Preview or Published up? Web or Native Shell? Which device and browser do you use?

Also, I have created a test page(test_support) in your app without any logic

Is the bug reproduced here too?

Works perfectly now both in the test page AND where in the original page. Thank you!

Great.
When a stable fix will be released, we will inform you.

1 Like

Hi @Bob_Leung,

We’ve just updated cloud servers to fix the issue you described above. Could you kindly let us know whether the fix works for you?

Regards,
Marina

Thank you. Will check and reply back here.