I thought I had fixed all scroll related bugs but recently started getting this:
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.
I thought I had fixed all scroll related bugs but recently started getting this:
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.