File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242
4343@layer components {
4444 .featured-packages-slider-shell {
45- @apply -mx-3 overflow-hidden px-3 pb-4;
45+ @apply -mx-3 px-3 pb-4;
4646 }
4747
4848 .featured-packages-slider {
49- @apply overflow-visible;
49+ @apply overflow-visible! ;
5050 }
5151
5252 .featured-packages-slider .swiper-slide {
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ const initializeFeaturedPackagesSlider = () => {
3030 new Swiper ( slider , {
3131 modules : [ Autoplay , Navigation ] ,
3232 loop : true ,
33+ loopAdditionalSlides : 3 ,
3334 slidesPerView : 1 ,
3435 spaceBetween : 24 ,
3536 grabCursor : true ,
Original file line number Diff line number Diff line change 3737 <?= $ this ->fetch ('css ' ) ?>
3838 <?= $ this ->fetch ('script ' ) ?>
3939</head>
40- <body>
40+ <body class="overflow-x-hidden" >
4141 <nav class="bg-cake-red border-b border-cake-red">
4242 <div class="flex justify-between container mx-auto p-4 sm:px-6 lg:px-8">
4343 <div class="top-nav-title">
You can’t perform that action at this time.
0 commit comments