How to add Scroll Bar to Country Filter Created: April 4, 2019 / Author: Sofia Moss You can use CSS override, to add a scroll bar for your Country Filter. #filter__country .filter__toggler-contents{ max-height: 100px !important; } You can refer to this article here on how to enable Country Filter. 0