This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Scroll bars on Custom Categories

#31203
Ernest MarcinkoErnest Marcinko
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;
}