Hello,
There isn’t a defined Custom Code available for that but you can try using the following Custom CSS on your Site in this regard and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section, if this works out for you:
.categories-accordion-on .widget_product_categories .product-categories {
overflow: hidden !important;
overflow-y: auto !important;
-webkit-overflow-scrolling: touch !important;
max-height: 55vh !important;
scrollbar-width: thin !important;
}
But remember as it is added in somewhat forcefully so its scrolling bar would appear as the standard one and it’s right now not possible to modify its appearance in terms of styling. Hope you can understand!
Best Regards