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

Reply To: No scrollbar on live search

#26272
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

Thank you for the details, it helps us a lot. The following custom CSS is active somewhere on the site:

div.asp_r .results {
    overflow-y: hidden !important;
    position: relative;
    z-index: 9;
}

It completely disables the custom scrolling. If you remove at least this part:

overflow-y: hidden !important;

..it will resolve the issue.