We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c5c9a commit 3c57f57Copy full SHA for 3c57f57
js/jquery.mobile.forms.select.custom.js
@@ -297,7 +297,7 @@
297
menuWidth = self.list.parent().outerWidth(),
298
activePage = $( ".ui-page-active" ),
299
tOverflow = $.support.touchOverflow && $.mobile.touchOverflowEnabled,
300
- tScrollElem = activePage.is( ".ui-native-fixed" ) ? activePage.find( ".ui-content" ) : activePage;
+ tScrollElem = activePage.is( ".ui-native-fixed" ) ? activePage.find( ".ui-content" ) : activePage,
301
scrollTop = tOverflow ? tScrollElem.scrollTop() : $( window ).scrollTop(),
302
btnOffset = self.button.offset().top,
303
screenHeight = window.innerHeight,
0 commit comments