- /**
- * ipad scrolling iframes test
- */
- object {
- position: absolute;
- height: 100%;
- }
- .objectWrapper{
- height: 50%;
- width: 50%;
- overflow: auto;
- -webkit-overflow-scrolling:touch;
- background: #bada55
- }
- iframe{
- }
- .scrollerbox, scrollerbox2{
- height: 200px;
- position: absolute;
- left: 0;
- background: #f06;
- background: #bada55;
- overflow: auto;
- background-color: bada55;
- width: 40%;
- }