Hello,
recently you made a change – the date picker new goes above the date field. Previously, I believe it fell below it.
Now we are having an issue where the calendar box falls behind our primary navigation. (see screenshot)
I can’t seem to track down the code to change the z index.
I do see:
element.style {
top: 21.9219px;
left: 40px;
z-index: 20;
display: block;
}
and changing that z-index to 102 fixes the problem in Chrome dev tools, but I don’t believe that is the solution. I feel like it should be targeting something like .datepicker
Thanks for any help.