浏览代码

Added default for heightThreshold change

Troy Morehouse 10 年之前
父节点
当前提交
577280495f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/extensions/mobile/bootstrap-table-mobile.js

+ 1 - 0
src/extensions/mobile/bootstrap-table-mobile.js

@@ -70,6 +70,7 @@
         mobileResponsive: false,
         minWidth: 562,
         minHeight: undefined,
+        heightThreshold: 100, // just slightly larger than mobile chrome's auto-hiding toolbar
         checkOnInit: true,
         toggled: false
     });