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

@@ -460,7 +460,7 @@ onMounted(() => {
}
.nav-wrap {
@apply fixed top-0 left-0 bottom-0 w-0 mt-[var(--scroll-position,48px)] md:relative md:w-full md:h-full md:mt-0;
@apply fixed top-0 left-0 bottom-0 w-0 mt-[var(--scroll-stove-position,48px)] md:relative md:w-full md:h-full md:mt-0;
}
.nav-wrap.is-open {
@apply w-full;