BUG with DIVI : time picker is behind menu
-
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;
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘BUG with DIVI : time picker is behind menu’ is closed to new replies.