diff --git a/layers/components/blocks/Button/Home.vue b/layers/components/blocks/Button/Home.vue index 667d0b2..7fbcd60 100644 --- a/layers/components/blocks/Button/Home.vue +++ b/layers/components/blocks/Button/Home.vue @@ -1,26 +1,14 @@ - + - + diff --git a/layers/components/layouts/EventNavigation.vue b/layers/components/layouts/EventNavigation.vue index 0b4decc..7cdf417 100644 --- a/layers/components/layouts/EventNavigation.vue +++ b/layers/components/layouts/EventNavigation.vue @@ -6,9 +6,6 @@ import type { const { locale } = useI18n() const gameDomain = useGetGameDomain() -const scrollStore = useScrollStore() - -const { isPassedStoveGnb } = storeToRefs(scrollStore) const isEventNavigationOpen = ref(true) const eventNavigationList = ref>({}) @@ -52,7 +49,6 @@ onMounted(async () => { class="event-navigation" :class="{ 'is-closed': !isEventNavigationOpen, - 'is-fixed': isPassedStoveGnb, }" > @@ -90,10 +86,7 @@ onMounted(async () => {