Scrollbars in the web browser disappear on the media page

I am testing rtMedia on a new site I am developing with WordPress & BuddyPress. But I am faced with an issue immediately. Scrollbars in the web browser disappear on the media page. Is there a fix for this?

It is a theme issue that page with .media class has CSS property overflow set to hidden.
Add new CSS prooperty, overflow-y: scroll, will solve the issue.