This css solved my problem:
.region.top.right .module-content{
overflow-y:scroll;
scrollbar-width: none;
height:1000px;
}
This css solved my problem:
.region.top.right .module-content{
overflow-y:scroll;
scrollbar-width: none;
height:1000px;
}