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
May 14, 2019 at 2:11 pm
#22631
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.