On the test site, the link installed fancybox 3 and the datepicker (air-datepicker) with a pop-up window when setting the date the datepicker flies over the form how to solve the problem

enter image description here

    2 answers 2

    Make the z-index fancybox-container more than fancybox-container .

    enter image description here

      Add to css

       .datepicker-container { z-index: 99999 !important; }