Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › ASP instance result display issue in popup › Reply To: ASP instance result display issue in popup
June 19, 2020 at 11:38 am
#27967
Keymaster
Hi,
I don’t see the change on the z-index, but 99999 is still low, the popup z-index is higher. This custom CSS will help:
div.asp_r_1 {
z-index: 999999999 !important;
}