Skip to content

Commit eb83ef9

Browse files
committed
support jquery mobile 1.0a3
1 parent f2a0e17 commit eb83ef9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

jquery.mobile.iscroll.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ function fixed(elm) {
5050
return;
5151
}
5252

53+
// XXX: fix crumbled css in transition changePage
54+
// for jquery mobile 1.0a3 in jquery.mobile.navigation.js changePage
55+
// in loadComplete in removeContainerClasses in .removeClass(pageContainerClasses.join(" "));
56+
elm.css({
57+
overflow: 'hidden'
58+
});
59+
5360
var barHeight = 0;
5461
var $header = elm.find('[data-role="header"]');
5562
if ($header.length) {

0 commit comments

Comments
 (0)