Rokbox scrolling background
To stop Rokbox iFrame scrolling the background page rather than the iFrame source, simply add this CSS to an over-ride:
.rokbox-type-iframe {
-webkit-overflow-scrolling: touch;
overflow-y: scroll; }
Simple, yet effective
from Voodish Articles http://ift.tt/28QrNOA