From 96a01408d5efa7501632dd52ccda28ea21cdb43b Mon Sep 17 00:00:00 2001 From: subsub Date: Thu, 12 Jun 2025 11:32:52 +0900 Subject: [PATCH] =?UTF-8?q?=EC=95=8C=EB=A6=BC=ED=86=A1=20=ED=95=B8?= =?UTF-8?q?=EB=93=9C=ED=8F=B0=20=EC=8A=A4=ED=81=AC=EB=A1=A4=20=EC=8B=9C=20?= =?UTF-8?q?=ED=8F=AC=EC=A7=80=EC=85=98=20=EC=98=A4=EB=A5=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/publish/js/content.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/publish/js/content.js b/src/main/webapp/publish/js/content.js index 3bb20dad..f6ec2b34 100644 --- a/src/main/webapp/publish/js/content.js +++ b/src/main/webapp/publish/js/content.js @@ -1452,7 +1452,7 @@ function sendPhoneFixed() { }); } 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) {