Date Picker behind Lightbox

handbuild 17 Jan, 2011
Hi
I am using a lightbox to display a form. The date picker is displaying behind the lightbox. Is it possible to change this?Date Picker behind Lightbox image 1
GreyHead 17 Jan, 2011
Hi handbuild,

I guess that the CSS has to be edited to increase the z-index of the date-picker.

Bob
handbuild 17 Jan, 2011
Thanks Bob,
Can you tell me which css file?
GreyHead 17 Jan, 2011
Hi handbuild,

I'd suggest that you take a look with FireBug in FireFox or the Chrome Developer tools.

If you post a link to the form I can take a quick look.

Bob
GreyHead 17 Jan, 2011
Hi handbuild,

Please try adding this in the Form CSS box:
div.dashboard {
  z-index: 10000 !important;
}

Bob
handbuild 17 Jan, 2011
Thanks Bob. That fixed it.😀
GreyHead 25 Apr, 2011
Hi Tobias,

Please try
div.datepicker_dashboard {
  z-index: 10000 !important;
}

Bob
This topic is locked and no more replies can be posted.