fix. scroll position 변수명 수정
Made-with: Cursor
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user