• Resolved idaryl

    (@idaryl)


    I have your plugin activated and working on a page – however, if I place the ContactForm7 form with the date/time picker into a popup window; the date selector container shows behind the popup.

    I tried using css to set the z-index of it like this;
    .xdsoft_datetimepicker {
    z-index:500;
    }
    but that does not work. Is there a way to set it so that it shows “above” everything?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi! You’re in the right path. By default hte .xdsoft_datetimepicker already has a z-index of 9999 so if that’s not working it needs to be even higher.
    z-index:99999; should do it.

Viewing 1 replies (of 1 total)
  • The topic ‘Date behind popup’ is closed to new replies.