fix. scroll position 변수명 수정

Made-with: Cursor
This commit is contained in:
clkim
2026-03-13 11:29:32 +09:00
parent a0e3fa3887
commit 435f61ed05
5 changed files with 11 additions and 11 deletions

View File

@@ -144,7 +144,7 @@ onMounted(() => {
}
rafId = requestAnimationFrame(() => {
document.documentElement.style.setProperty(
'--scroll-position',
'--scroll-stove-position',
`${newValue}px`
)
rafId = null