Steps to reproduce
- Open mswjs.io.
- Click on the mobile nav icon.
- Navigate to any page (Docs/Blog).
- The page cannot scroll.
Refreshing the page fixes the issue.
Initial guess
I thought this had to do with the introduction of <ViewTransition /> from Astro but removing it does not fix the issue. Looks like some fixed invisible element stays on the page, eating the scroll.
Steps to reproduce
Refreshing the page fixes the issue.
Initial guess
I thought this had to do with the introduction of
<ViewTransition />from Astro but removing it does not fix the issue. Looks like some fixed invisible element stays on the page, eating the scroll.