fix. scroll position 변수명 수정
Made-with: Cursor
This commit is contained in:
@@ -111,14 +111,14 @@ onMounted(async () => {
|
||||
|
||||
<style scoped>
|
||||
.empty-game + main .navigation-wrap {
|
||||
@apply mt-[var(--scroll-position,48px)];
|
||||
@apply mt-[var(--scroll-stove-position,48px)];
|
||||
}
|
||||
.sns-wrap ~ .navigation-wrap {
|
||||
@apply pb-[60px] md:pb-[80px];
|
||||
}
|
||||
|
||||
.navigation-wrap {
|
||||
@apply fixed top-0 left-0 bottom-0 mt-[calc(var(--scroll-position,48px)+48px)] md:mt-[calc(var(--scroll-position,64px)+64px)] z-[90] transition-transform duration-300 ease-in-out;
|
||||
@apply fixed top-0 left-0 bottom-0 mt-[calc(var(--scroll-stove-position,48px)+48px)] md:mt-[calc(var(--scroll-stove-position,64px)+64px)] z-[90] transition-transform duration-300 ease-in-out;
|
||||
}
|
||||
.navigation-container {
|
||||
@apply relative h-full p-3 sm:p-5 sm:pr-3
|
||||
|
||||
Reference in New Issue
Block a user