From 2550d609d14d95db8d862fdcae14cc5cb364bebd Mon Sep 17 00:00:00 2001 From: clkim Date: Fri, 14 Nov 2025 16:15:38 +0900 Subject: [PATCH] =?UTF-8?q?fix.=20=EC=9D=B4=EB=B2=A4=ED=8A=B8=20=EB=84=A4?= =?UTF-8?q?=EB=B9=84=EA=B2=8C=EC=9D=B4=EC=85=98=20=EC=8A=A4=ED=81=AC?= =?UTF-8?q?=EB=A1=A4=EC=A0=84=20=EB=86=92=EC=9D=B4=20=EC=9E=98=EB=AA=BB?= =?UTF-8?q?=EC=9E=A1=EB=8D=98=20=EC=9D=B4=EC=8A=88=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layers/components/blocks/Button/Home.vue | 20 ++++--------------- layers/components/layouts/EventNavigation.vue | 9 +-------- 2 files changed, 5 insertions(+), 24 deletions(-) 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, }" >