알림톡 핸드폰 스크롤 시 포지션 오류

This commit is contained in:
subsub 2025-06-12 11:32:52 +09:00
parent e39b2f2466
commit 96a01408d5

View File

@ -1452,7 +1452,7 @@ function sendPhoneFixed() {
}); });
} else if (t > ofsT) { } else if (t > ofsT) {
$('.send_top .send_right .phone').css({ $('.send_top .send_right .phone').css({
'top': h - pH + 100, 'top': h - pH + 30,
'transition': 'all 0.2s' 'transition': 'all 0.2s'
}); });
} else if (t <= ofsT) { } else if (t <= ofsT) {