Hey!
I have a section with SwiperJS slider that pulls content from CMS (team members). When you click on any team member, fullscreen popup opens with more detail (pulled from CMS of the team member)
The way I’ve built this is having popup element in each slide, that opens by a normal interaction.
This works great before I first interact with a SwiperJS slider (meaning before I swipe or before I click on navigation arrows). After I swipe, the popup suddenly takes new constraints of swiper-wrapper.
Is there a way to escape the swiper-wrapper, or does anyone have a better idea / workaround to make this work as intended?