Hello,
Thank you very much for choosing our theme and for contacting us.
Please add this code to the Theme Settings > Custom CSS > Global:
.header-categories-nav .categories-menu-dropdown {
overflow-y:auto;
max-height:500px;
}
.categories-menu-dropdown::-webkit-scrollbar {
width: 3px;
}
.categories-menu-dropdown::-webkit-scrollbar-track {
background-color: #D9D9D9;
}
.categories-menu-dropdown::-webkit-scrollbar-thumb {
background-color: rgba(0,0,0,.25);
}
Best Regards