Skip to content

Commit f0403f9

Browse files
author
scottjehl
committed
set native touch overflow enabling back to false
1 parent dc90ef3 commit f0403f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/jquery.mobile.fixHeaderFooter.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
(function( $, undefined ) {
99

1010
// Enable touch overflow scrolling when it's natively supported
11-
$.mobile.touchOverflowEnabled = true;
11+
$.mobile.touchOverflowEnabled = false;
1212

1313
// Enabled zoom when touch overflow is enabled. Can cause usability issues, unfortunately
1414
$.mobile.touchOverflowZoomEnabled = false;

0 commit comments

Comments
 (0)