From 3c6a89db54fb0e010505affb1999b3df94a4bcdc Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 24 Oct 2013 14:31:22 +0900 Subject: [PATCH] =?UTF-8?q?=EC=83=81=ED=92=88=EC=83=81=EC=84=B8=EC=A0=95?= =?UTF-8?q?=EB=B3=B4=20=EC=8A=A4=ED=81=AC=EB=A1=A4=20=EC=98=81=EC=97=AD=20?= =?UTF-8?q?=ED=99=94=EB=A9=B4=20=EB=86=92=EC=9D=B4=EB=A1=9C=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/iteminfo.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/shop/iteminfo.php b/mobile/shop/iteminfo.php index 2b4402224..2e898c1be 100644 --- a/mobile/shop/iteminfo.php +++ b/mobile/shop/iteminfo.php @@ -146,9 +146,9 @@ function content_scroll() if(window.innerHeight - $(window).outerHeight(true) > 0) sh += (window.innerHeight - $(window).outerHeight(true)); } - var mbh = $("#menu_button").outerHeight(true); + var mbh = $("#menu_button").outerHeight(); var mlh = $("#menu_list").outerHeight(true); - var ch = sh - mbh; + var ch = sh; $("#menu_button") .css("bottom", 0)