Jquery Datepicker Popover is hidden

VerructKatze

New Member
I'm creating a form using Contact form 7. When a user clicks the date field a jQuery UI datepicker pops up but it is semi-hidden underneath the fields below. (See below image as example)
pgKIq.png
What do I need to add to the CSS that makes the jQuery UI datepicker appear completely visible over the fields below? Here is the CSS I'm using for the Text Fields, let me know if I need to include any other css.\[code\]#contact li .text{ background: #F0EFEF; padding:15px 10px 10px 0; position:absolute; z-index:100; min-width:85px; border-bottom-right-radius: 5px; -moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px; border-top-left-radius: 5px; -moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px; text-indent: 5px;}\[/code\]
 
Back
Top