Can anyone help me discover why my datetime picker is hiding behind the rest of the divs?
http://www.lcslegal.co.uk/booking-form.html
I have added this line of css to try and fix it in custom.css but to no avail:
.ui-datepicker, #ui-timepicker-div { z-index:1003; }