정수빈 정수빈 2025-06-12
알림톡 핸드폰 스크롤 시 포지션 오류
@96a01408d5efa7501632dd52ccda28ea21cdb43b
src/main/webapp/publish/js/content.js
--- src/main/webapp/publish/js/content.js
+++ src/main/webapp/publish/js/content.js
@@ -1452,7 +1452,7 @@
 					});
 				} else if (t > ofsT) {
 					$('.send_top .send_right .phone').css({
-						'top': h - pH + 100,
+						'top': h - pH + 30,
 						'transition': 'all 0.2s'
 					});
 				} else if (t <= ofsT) {
Add a comment
List