@charset "iso-8859-1";

.scroll-wrapper {
		-webkit-overflow-scrolling: touch;
			overflow-y: scroll;
			
			/* important:  dimensions or positioning here! */

			height: 100%;
			width: 100%;
			
}

.scroll-wrapper iframe {

}