Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Unexpected behaviour when filtering › Reply To: Unexpected behaviour when filtering
January 4, 2022 at 1:19 pm
#36171
Keymaster
Yes, that is intentional for better layout.
You can however easily force it via some custom CSS:
fieldset[class^=asp_filter]>div {
max-height: 200px;
overflow: auto;
}