diff --git a/mobile/shop/iteminfo.php b/mobile/shop/iteminfo.php index eac696792..5c27f9f17 100644 --- a/mobile/shop/iteminfo.php +++ b/mobile/shop/iteminfo.php @@ -118,7 +118,7 @@ $(function() { wipeDown: function() { $("#info_top_layer").floatTopMenu("hide"); }, - min_move_y: 5, + min_move_y: 20, preventDefaultEvents: false }); diff --git a/mobile/skin/shop/basic/item.form.skin.php b/mobile/skin/shop/basic/item.form.skin.php index a0af74937..8f1740dad 100644 --- a/mobile/skin/shop/basic/item.form.skin.php +++ b/mobile/skin/shop/basic/item.form.skin.php @@ -492,7 +492,7 @@ $(function(){ $("#form_btn_layer").floatBottomMenu("hide"); }, min_move_x: 20, - min_move_y: 5, + min_move_y: 20, preventDefaultEvents: false });