I fixed iOS Safari’s scroll lock bug with just CSS (and made a React package for it)
If you've ever tried to disable body scrolling in iOS Safari when a modal opens... you know the pain.Most workarounds involve JavaScript, touchmove event listeners, or weird side effects. I wanted som...