Fix z-index problem
This commit is contained in:
@@ -89,7 +89,7 @@ const childImageVariants = {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<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">
|
<AnimatePresence mode="popLayout">
|
||||||
<template
|
<template
|
||||||
v-for="(slide, index) in homeData!.show_case_slider"
|
v-for="(slide, index) in homeData!.show_case_slider"
|
||||||
|
|||||||
Reference in New Issue
Block a user