How about make overflow-y: auto, but hide the scrollbar?
.scroller { overflow-y: auto; scrollbar-width: none; }