• Resolved jseutens

    (@jseutens)


    When using the DIVI theme that uses a z-index of 100000 on the top header , some of the times are behind the header if you hide the non available greyed out times.

    solution change the z-index to a higher number so it’s on top
    .picker {
    z-index: 9999999!important;
    }

    This is to hide non bookable times
    .picker__list-item.picker__list-item–disabled {
    display: none;
    }

    • This topic was modified 4 years, 5 months ago by jseutens. Reason: spelling and wrong autocorrect
Viewing 1 replies (of 1 total)
  • Plugin Support jaysupport

    (@jaysupport)

    Hi jseutens,

    Thank you for posting about this and offering a workaround for any others who might be experiencing something similar. I think using a z-index of 100000 is already not a great practice and we wouldn’t want to just throw a 9999999 z-index with an important command into the default code of our plugin, as that would likely present a bigger obstacle for some people than what you faced. Nevertheless, hopefully this thread will help people who have a similar issue to find a suitable workaround.

Viewing 1 replies (of 1 total)
  • The topic ‘BUG with DIVI : time picker is behind menu’ is closed to new replies.