Relative Content

Tag Archive for mobile-safariios17

overflow: hidden in body not working on mobile safari ios 17?

I’m having some issues with my website. To explain briefly, I have a feature to edit posts where I allow users to rearrange the order of images within the post by dragging and dropping. To prevent scrolling interference during dragging, I added overflow: hidden to the body tag to prevent scrolling up or down. Everything works fine on desktop, Mac, and Android platforms, but it’s not effective on mobile safari.