TryGhost/Source

Navigation scroll issue on mobile

lorumic opened this issue · 1 comments

When scrolling the fixed navigation element on mobile, the scroll event is propagated to the rest of the page once the bottom/top is reached.

Ideally, this should not happen. The page below should retain the position that it had when the navigation menu was opened, and it should not be accidentally scrolled as a result of the scrolling on the navigation.

See the problem in action:

Peek 2023-10-16 15-56

I was trying to fix this myself, but there are multiple ways to to tackle this problem, so I thought it would be better to open an issue first, to discuss which would be the preferable way to fix it.

Thanks for your report! The issue has been fixed in c060944, should be out with the next release.