I have a search on my site with settings and the results below. The settings include a list of tags with checkboxes. Is there a way I can display all of the tags and a certain amount of search results without having a scroll bar there? I want to use the native scrolling of my site for it.
Yes, it is possible. By default the plugin starts the scroll when the vieport size reaches the average height of 4 items. This number can be changed on the back-end. Setting a very high number, like 1000 will make sure that the scrolling never appears: https://i.imgur.com/AXj29mt.png
Thank you, that worked for the results. Is there a way to do the same for my settings? I have a list of tags next to my search which I’d like to have displayed all at once as well.
Sure! By changing the max-height attribute of the filter boxes to none, here: https://i.imgur.com/4oYqO6S.png
It will remove the height limit, thus getting rid off the scrolling.