I am new in react, I'm trying to lock scroll on body so I applied overflow:hidden
on <body>
and it works on all browser except safari.
I also tried positoin:fixed
. it locks the scroll but does not restore scroll position.
question: how can I lock scroll of body
on iOS safari?