I created a modal. When the modal is open I'm stopping the scroll on Desktop with overflow:hidden;
to the <body>
. It's working.
But it's not working on my iPhone 6s Mobile Safari.
How can I prevent scrolling when the modal is open in mobile safari?