Because your Swiper (carousel) block goes beyond the browser width to have that loop. So it is best you apply overflow: hidden to it’s parent DIV or to the section.
Or apply Overflow: clip to the main block and you shouldn’t have any overflow issue.
Because your Swiper (carousel) block goes beyond the browser width to have that loop. So it is best you apply overflow: hidden to it’s parent DIV or to the section.
Or apply Overflow: clip to the main block and you shouldn’t have any overflow issue.