From 4d5a34745900bd4a2020d66b1f69f84ce3267857 Mon Sep 17 00:00:00 2001 From: yoon Date: Mon, 17 Mar 2025 10:50:53 +0900 Subject: [PATCH] =?UTF-8?q?scroll-top-btn=20=20=EC=9C=84=EC=B9=98=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/custom.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/public/css/custom.css b/public/css/custom.css index b4f78ff..a26775c 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -502,10 +502,7 @@ cursor: not-allowed !important; .scroll-top-btn { bottom: 20px; - right: 20px; - opacity: 0; - visibility: hidden; - transform: translateY(10px); + right: 21.7%; transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease; }