fix. scroll position 변수명 수정
Made-with: Cursor
This commit is contained in:
@@ -144,7 +144,7 @@ onMounted(() => {
|
||||
}
|
||||
rafId = requestAnimationFrame(() => {
|
||||
document.documentElement.style.setProperty(
|
||||
'--scroll-position',
|
||||
'--scroll-stove-position',
|
||||
`${newValue}px`
|
||||
)
|
||||
rafId = null
|
||||
|
||||
Reference in New Issue
Block a user