product card
This commit is contained in:
@@ -167,3 +167,20 @@ textarea.place-black::placeholder {
|
||||
@apply bg-background text-foreground;
|
||||
}
|
||||
}
|
||||
|
||||
/* Ensure Swiper components don't interfere with header z-index */
|
||||
.swiper,
|
||||
.swiper-container,
|
||||
.mySwiper {
|
||||
z-index: 0 !important;
|
||||
position: relative !important;
|
||||
}
|
||||
|
||||
.swiper-wrapper,
|
||||
.swiper-slide {
|
||||
z-index: 0 !important;
|
||||
}
|
||||
|
||||
.swiper-pagination {
|
||||
z-index: 1 !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user