Can CSS be used to hide the scroll bar? How would you do this?
I think I found a workaround for you guys if you're still interested. This is my first week, but it worked for me...
.contentScroller {overflow-y: auto; visibility: hidden;} .content {visibility: visible;}