Fix z-index problem

This commit is contained in:
marzban-dev
2026-05-02 11:11:09 +03:30
parent 2f7e519bd6
commit 02889410b0
@@ -89,7 +89,7 @@ const childImageVariants = {
</script>
<template>
<section class="relative z-[999] h-[115svh] min-h-[1000px] max-h-350 pb-20 bg-black overflow-y-hidden flex-center">
<section class="relative 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"