scroll bar not working on some macs

Permalink
does anyone know of a code that i can place into the design/css for a pagelist that will allow scrolling. i tried this but it doesnt work on some macs
max-height: 400px; 
over-flow: auto; 
overflow-x: hidden; 
overflow-y: scroll;
.)

theguideus