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

Reply To: scrolling in results in isotope layout

Home Forums Product Support Forums Ajax Search Pro for WordPress Support scrolling in results in isotope layout Reply To: scrolling in results in isotope layout

#22631
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

Well, you could maybe try this custom CSS:

.results {
    overflow-y: auto !important;
    max-height: 300px;
}

It may work, although I am not sure how much I would recommend doing this. Make sure to test it in every case.