How to add Scroll Bar to Country Filter

You can use CSS override, to add a scroll bar for your Country Filter.

#filter__country .filter__toggler-contents{
   max-height: 100px !important;
}

country-scroll-bar

You can refer to this article here on how to enable Country Filter.

0