You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On mobile devices (window width < 960px), navigating to the homepage via the sidebar navigation causes the page to become unscrollable.
Steps to reproduce:
Open the page on a screen with a width < 960px.
Open the sidebar (typically by clicking a menu icon).
Navigate to the homepage via the sidebar link.
Attempt to scroll down the page.
Expected behavior: The page should be scrollable after navigating via the sidebar, allowing users to access all content.
Observed behavior: The page is unscrollable, preventing users from seeing content below the initial viewport.
Reproduce link
null
Reproduce Steps
rspress_error_00.mp4
I have attempted to reproduce this issue in Chrome's incognito mode with all browser extensions disabled, but not record a video.
My video recording tool doesn't show mouse wheel up/down scrolling.
Note that the URL after navigating to the homepage from the sidebar includes "/index". Refreshing the page (F5) removes "/index" from the URL, and the page then scrolls normally.
Version
Details
On mobile devices (window width < 960px), navigating to the homepage via the sidebar navigation causes the page to become unscrollable.
Steps to reproduce:
Expected behavior: The page should be scrollable after navigating via the sidebar, allowing users to access all content.
Observed behavior: The page is unscrollable, preventing users from seeing content below the initial viewport.
Reproduce link
null
Reproduce Steps
rspress_error_00.mp4
pnpm create rspress@latest
// get 1.40.2pnpm run build
pnpm run preview
Open the page on a screen with a width < 960px.
Open the sidebar (typically by clicking a menu icon).
Navigate to the homepage via the sidebar link.
Attempt to scroll down the page.
The text was updated successfully, but these errors were encountered: