March 8, 2016 at 02:59
#109146
Participant
It’s not a plugin problem or a bug, is only a bunch of results in no-scrolling search container 🙂
COPY CODE
.kleo_ajax_results {
min-height: 88px;
height: auto;
max-height: 400px;
overflow-y: scroll;
overflow-x: hidden;
}
With this i fix my problem hoping to be useful to someone else. I just have to write media queries for other resolutions. Thnaks