Try applying this inline , or through a Jquery Script
style="overflow-y: scroll; -webkit-overflow-scrolling: touch;"
or through a Jquery Script
$("#filterOptionsContainer").css({
"overflow-y": "scroll",
"-webkit-overflow-scrolling": "touch"
});