bikehopper / bikehopper-ui

Friendly bike+transit directions (frontend)
Other
27 stars 2 forks source link

input screen still scrolling on iPhone when it shouldn't #146

Closed graue closed 1 month ago

graue commented 2 years ago

I thought I had fixed all scroll related bugs but recently started getting this:

image

The body height is what it should be, and the height of the SelectionItemList is what it should be, but somehow Safari is showing a scrollbar and scrolling the body anyway, exposing the map behind the shrunken body. If you scroll on anything other than the result list, the app content scrolls away like this.

I think I need someone with a Mac who can hook up the Safari inspector to help me fix this; I'm hitting a wall W.R.T. my ability to figure out what's going on without that. div#root, body, html all have overflow hidden and their heights set to the visual viewport height yet it's still happening somehow, and I have no idea what it is that is scrolling.

graue commented 1 month ago

Can't repro this anymore