This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Can't see display ajax search after click Refine button

#5324
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

Yes, it was a z-index issue.

Try to use the following custom CSS:

[code]
div[id*=’ajaxsearchprores’] {
z-index: 99999 !important;
}
[/code]