Commit b992efad authored by heywon.choi's avatar heywon.choi

.

parent 2f2874c6
Pipeline #22615 passed with stages
......@@ -4,7 +4,7 @@
const scrollToTopButton = document.querySelector('.top-scroll-btn')
// 스크롤 이벤트 핸들러
// 스크롤 이벤트 핸들러 주석처리
// window.addEventListener('scroll', function () {
// // 페이지가 300px 이상 스크롤되었을 때 버튼 표시
// if (window.scrollY > 300) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment