알림톡 핸드폰 스크롤 시 포지션 오류
This commit is contained in:
parent
e39b2f2466
commit
96a01408d5
@ -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) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user