::before element displayed above the main element in iOS Chrome and Safari
I’m building this website: https://bewerty.de/KUNDEN_PROJEKTE/Itau/production/#home
Disabling Bounce Effect in Safari for Vertical Slider While Allowing Page Scroll
How can I disable the ‘bounce’ effect when scrolling a vertical slider in Safari, while still allowing the rest of the website content to scroll once the last slider item is reached? I tried using overscroll-behavior: none; and overflow: scroll;, which removed the bounce effect but prevented the rest of the content from scrolling when the last slide was reached.