Fix background image z-index

This commit is contained in:
marzban-dev
2026-05-05 20:37:30 +03:30
parent c1aa66b49c
commit 663521f728
@@ -89,7 +89,7 @@ const childImageVariants = {
</script>
<template>
<section class="relative h-[115svh] min-h-[1000px] max-h-350 pb-20 bg-black overflow-y-hidden flex-center">
<section class="relative z-10 h-[115svh] min-h-[1000px] max-h-350 pb-20 bg-black overflow-y-hidden flex-center">
<AnimatePresence mode="popLayout">
<template
v-for="(slide, index) in homeData!.show_case_slider"