no scrollbar on mac

Permalink
i have this in my pagelist blocks css and the scrollbar works on all devices i tested accept it disappears on mac. i have a scroll addon, but am not a programmer so i can't set it to my page list. is their anything i can change in this code?

max-height: 400px; 
over-flow: true; 
overflow-x: hidden; 
overflow-y: scroll;
.)

theguideus