Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Scroll bars on Custom Categories › Reply To: Scroll bars on Custom Categories
January 19, 2021 at 1:28 pm
#31203
Keymaster
Hi Kamil,
Those should not be there in the first place, so I suspect a CSS conflict of some sort. Try this custom CSS to force hide them:
.asp_w form[name=options] fieldset,
.asp_w form[name=options] fieldset .categoryfilter {
overflow-x: hidden !important;
}