모바일 상품정보 컨텐츠 영역 높이에서 패딩 값 빼도록 수정

This commit is contained in:
chicpro
2013-11-21 17:35:14 +09:00
parent 04ac20394d
commit cd53bb96b7

View File

@ -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)