모바일 상품정보 컨텐츠 영역 높이에서 패딩 값 빼도록 수정
This commit is contained in:
@ -148,7 +148,8 @@ function content_scroll()
|
|||||||
}
|
}
|
||||||
var mbh = $("#menu_button").outerHeight();
|
var mbh = $("#menu_button").outerHeight();
|
||||||
var mlh = $("#menu_list").outerHeight(true);
|
var mlh = $("#menu_list").outerHeight(true);
|
||||||
var ch = sh;
|
var pad = parseInt($("#info_content").css("padding-bottom"));
|
||||||
|
var ch = sh - pad;
|
||||||
|
|
||||||
$("#menu_button")
|
$("#menu_button")
|
||||||
.css("bottom", 0)
|
.css("bottom", 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user