-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Closed
Labels
Description
Summary
On certain medium screen widths (~1024px), the “✏️Edit this page” link at the bottom of documentation pages is not visible. This makes it harder for contributors to discover how to edit or suggest improvements to docs.
Page
https://react.dev/learn/introducing-jsx
Details
Steps to reproduce:
- Open https://react.dev/learn/introducing-jsx on a laptop or tablet.
- Resize the browser window to around 1024px width (medium screen size).
- Scroll to the bottom of the page.
- Look for the “ Edit this page” link.
Expected behavior:
The “Edit this page” link should remain visible at all screen widths so contributors can easily find it.
Actual behavior:
At medium screen widths (~1024px), the link disappears or is hidden, likely due to CSS responsive layout.
Environment:
- Browser: Chrome 138.0.0.0
- OS: macOS (also tested on Windows, same behavior)
- Device: Laptop (13-inch screen)
Notes:
This looks like a responsiveness bug in the docs layout.
I’m happy to investigate further or open a PR to help fix it if confirmed