fix header menu
This commit is contained in:
@@ -6,7 +6,7 @@ import { Pagination } from 'swiper/modules';
|
||||
const Carousel: FC = () => {
|
||||
return (
|
||||
<div className='mt-5'>
|
||||
<Swiper pagination={true} modules={[Pagination]} className="mySwiper pb-5">
|
||||
<Swiper pagination={true} modules={[Pagination]} className="mySwiper pb-5" style={{ zIndex: 1 }}>
|
||||
<SwiperSlide>
|
||||
<div className='h-[400px] bg-red-50'>
|
||||
1
|
||||
|
||||
Reference in New Issue
Block a user