diff --git a/mobile/shop/iteminfo.php b/mobile/shop/iteminfo.php index 69698eade..a6092a15a 100644 --- a/mobile/shop/iteminfo.php +++ b/mobile/shop/iteminfo.php @@ -148,7 +148,8 @@ function content_scroll() } var mbh = $("#menu_button").outerHeight(); var mlh = $("#menu_list").outerHeight(true); - var ch = sh; + var pad = parseInt($("#info_content").css("padding-bottom")); + var ch = sh - pad; $("#menu_button") .css("bottom", 0)