[Vue] Sheet Modal - How to prevent swipe events on a component from closing the sheet

I have a swipe to step sheet modal and in the bottom part there is a tabs object with vue leaflet map on one of the tabs. The issue is whenever I scroll the map up (by moving the mouse/finger down) the sheet begins to close. This problem was present while swiping to other directions as well, but adding a ‘swiper-no-swiping’ class helped. Is there any way to fix this for the slide down movement as well? Thank you.