상품상세정보 스크롤 영역 화면 높이로 설정
This commit is contained in:
@ -146,9 +146,9 @@ function content_scroll()
|
|||||||
if(window.innerHeight - $(window).outerHeight(true) > 0)
|
if(window.innerHeight - $(window).outerHeight(true) > 0)
|
||||||
sh += (window.innerHeight - $(window).outerHeight(true));
|
sh += (window.innerHeight - $(window).outerHeight(true));
|
||||||
}
|
}
|
||||||
var mbh = $("#menu_button").outerHeight(true);
|
var mbh = $("#menu_button").outerHeight();
|
||||||
var mlh = $("#menu_list").outerHeight(true);
|
var mlh = $("#menu_list").outerHeight(true);
|
||||||
var ch = sh - mbh;
|
var ch = sh;
|
||||||
|
|
||||||
$("#menu_button")
|
$("#menu_button")
|
||||||
.css("bottom", 0)
|
.css("bottom", 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user