Add this Custom CSS in Elementor (Advanced → Custom CSS)
@media(min-width:1023px){
.Mcsb {
max-height: 590px;
overflow-y: auto !important;
scrollbar-width: 10px;
scrollbar-color: #D9D9D9 #fff;
column-gap: 40px;
}
.Mcsb::-webkit-scrollbar {
width: 10px;
}
.Mcsb::-webkit-scrollbar-thumb {
background: #aaa;
border-radius: 3px;
}
.Mcsb::-webkit-scrollbar-track {
background: #ffff;
}
}