Commit 97e1881f by Jung Kwangkyu

Merge branch 'feature/1.4.0_kim-ec' into 'feature/1.4.0'

カテゴリータブ高さ修正

See merge request !19
parents 234299ba 610a0d77
......@@ -481,7 +481,7 @@ CHK.setCategoryHeight = function() {
CATEGORY_HEIGHT = $('footer').offset().top - $('#category-menu').offset().top;
console.log(CATEGORY_HEIGHT);
$("#category-menu").css("overflow", "scroll");
$('#category-menu').height(CATEGORY_HEIGHT - 16);
$('#category-menu').height(CATEGORY_HEIGHT);
$('#overlayDiv').height(CATEGORY_HEIGHT);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment