Date picker in custom UI modal dialog

I am creating a form in modal dialog in Forge custom UI. Form works fine, but the date picker calendar overlay is larger that the modal dialog and then partly hidden.

What can I do? Is there a way to allow the calendar overlay to be on top of modal and larger that the modal?

In UI kit 2 this works fine, but I need to use custom UI.

Hey @Holger, yeah one of the benefits of UI Kit is that the components render natively on the page so they’re not constrained to the rectangular container of the iframe like Custom UI apps are.

You’ll need to get clever with your design to make sure the iframe is big enough to fit the calendar when it’s open.