﻿/* this style sheet is to be used only if an iPad is detected e.g. user agent


*/
/*IFrame Stuff*/
.scroll-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    /* important:  dimensions or positioning here! */
    /* 
        position: fixed; 
  right: 0; 
  bottom: 0; 
  left: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;

    */
}
