scroll-top-btn 위치변경

This commit is contained in:
yoon 2025-03-17 10:50:53 +09:00
parent 5d4c90e604
commit 4d5a347459

View File

@ -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;
}