From cd53bb96b7aada2eed73a7eca75ab1ed7350a0ec Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 21 Nov 2013 17:35:14 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EC=83=81?= =?UTF-8?q?=ED=92=88=EC=A0=95=EB=B3=B4=20=EC=BB=A8=ED=85=90=EC=B8=A0=20?= =?UTF-8?q?=EC=98=81=EC=97=AD=20=EB=86=92=EC=9D=B4=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=ED=8C=A8=EB=94=A9=20=EA=B0=92=20=EB=B9=BC=EB=8F=84=EB=A1=9D=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/iteminfo.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)