September 26, 2016 at 11:53 am
#10251
Ernest Marcinko
Keymaster
Hi!
For z-index changes there is no option, I recommend using a custom CSS instead, it’s more effective.
If you want to increase the z-index of the whole results box, use this:
[html]div[id*=ajaxsearchprores] {
z-index: 9999999 !important;
}[/html]
Change the number to whatever you need.