$(document).ready(function(){ $(".social_part2 li .txt").innerHeight($(".social_part2 li .img").height()); // $(".social_part2 li .txt").mCustomScrollbar(); if($(".social_part2 li .txt .txt_height").height()>$(".social_part2 li .txt").height()){ $(".social_part2 li .txt").mCustomScrollbar({ advanced:{ updateOnContentResize:false, }, }); } // $(".culture dd .txt").mCustomScrollbar(); if($(".culture dd .txt .txt_height").height()>$(".culture dd .txt").height()){ $(".culture dd .txt").mCustomScrollbar({ advanced:{ updateOnContentResize:false, }, }); } // $(".company_part1 dd .txt").mCustomScrollbar(); if($(".company_part1 dd .txt .txt_height").height()>$(".company_part1 dd .txt").height()){ $(".company_part1 dd .txt").mCustomScrollbar({ advanced:{ updateOnContentResize:false, }, }); } })