tealstreet
tealstreet copied to clipboard
Can't scroll on android mobile
Hey, just to let you know...on Android can't scroll up/down nor click on anything. Samsung S9+.
Whenever you can get around to it.
Resolved. It was a problem with the external component https://github.com/gpietro/react-numpad/ and how that component was overriding the entire document's body with overflow-y: hidden. I was able to override that style manually. Seems to be working from my testing.
My "fix" caused a scroll problem when dismissing numpad. I am pulling the numpad component and will work on fixing it manually.
OK I think I fixed it. Pushing to dev to test.