UNPKG

mo-framework

Version:

Hybrid mobile app framework with generators

14 lines (13 loc) 349 B
$(function () { $('iframe').load(function () { $(this).contents() .find('html') .css('overflow', 'hidden') .end() .find('body') .css('overflow', 'hidden'); }); $(window).bind('scroll', function () { $('iframe').contents().scrollTop(window.scrollY); }); });