This commit is contained in:
2025-06-24 12:09:22 +02:00
parent 26e7467f7f
commit b867030c8d
6 changed files with 69 additions and 45 deletions

View File

@ -30,7 +30,7 @@
{{ $t('eshop') }}
</button>
</div>
<div v-if="openCart" class="max-w-[1067px] absolute top-[130px] z-50 right-20">
<div v-if="openCart" class="max-w-[1067px] w-full absolute top-[130px] z-50 right-20">
<CartPopup />
</div>
</div>
@ -222,7 +222,7 @@ const open = ref(false);
const openCart = ref(false);
const colorMode = useColorMode();
productStore.getCart()
// productStore.getCart()
const route = useRoute()
const isDark = computed({