상세 내용 표출 후, 스크릴 이동 처리

This commit is contained in:
KNKIM 2021-11-16 09:16:39 +09:00
parent 2832307683
commit da93592104

View File

@ -90,6 +90,11 @@ $( document ).ready(function() {
$('.list-accordion .question').removeClass('on');
$qObj.addClass('on');
$("html, body").animate({
scrollTop: $qObj.offset()
}, 600);
});
}