Remove scrolling on sidebar filter subcategories

Hello, when you have more than maybe 10+ subcategories for specific main category, then every new subcategory in the sidebar filter must be scrolled down a little so you can see it. Is there any solution to always show full height of the sidebar filter without the need of scrolling on the subcategories to see them all? Would be better if you could see them all right away without the need of scrolling. Is there some snippet for this or some clever solution? Thank you

Hi,

Please send us a link to your website and we will check if there is a simple temporary fix.

Just sent it, thank you

Thanks for the details. Please try this CSS snippet, you can add it in Appearance/Customize/Additional CSS:

.hp-field--checkboxes, .hp-field--radio { overflow-y: visible!important }

Worked like a charm. Thank you ihor