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

Reply To: z-index

#10251
Ernest MarcinkoErnest 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.