DateTimePicker does not display properly

@PaulOB

I am using juery ui layout but the problem is, the datetimepicker is not displaying properly, it always behind in the south pane of jquery ui layout.

see fiddle

Thank you in advance.

You might want to consider posting the code in question so that somebody get a better grasp of what the problem is and offer real advice

The OP has provided a link to a JsFiddle where you can view the code.

1 Like

My bad. I’m just new to the layout of the forum. (Sorry off-topic)

Looks like you are hiding the overflow with inline styles. You will need this to over-ride.

.ui-layout-south{overflow:visible!important;z-index:99!important}

1 Like

wow thank you so much :joy:

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.