상품상세정보 스크롤 영역 화면 높이로 설정

This commit is contained in:
chicpro
2013-10-24 14:31:22 +09:00
parent 98df9f01bb
commit 3c6a89db54

View File

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