fix(docs): overscroll popup — curl command + click-to-copy#531
Conversation
Swap npx for curl install command and add click-to-copy so users don't have to scroll back up to grab the command. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Semver Impact of This PR🟢 Patch (bug fixes) 📋 Changelog PreviewThis is how your changes will appear in the changelog. Bug Fixes 🐛Event
Other
Documentation 📚
Internal Changes 🔧
🤖 This preview updates automatically when you update the PR. |
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Autofix Details
Bugbot Autofix prepared a fix for the issue found in the latest run.
- ✅ Fixed: Click-to-copy broken by parent's
pointer-events: none- Added
pointer-events: autoto.overscroll-message codeto re-enable pointer events on the clickable element.
- Added
Or push these changes by commenting:
@cursor push 7fbfee8018
Preview (7fbfee8018)
diff --git a/docs/src/styles/custom.css b/docs/src/styles/custom.css
--- a/docs/src/styles/custom.css
+++ b/docs/src/styles/custom.css
@@ -1826,6 +1826,7 @@
font-size: 0.85em;
color: #a78bfa;
cursor: pointer;
+ pointer-events: auto;
}
.overscroll-message code:hover {This Bugbot Autofix run was free. To enable autofix for future PRs, go to the Cursor dashboard.
Codecov Results 📊✅ 126 passed | Total: 126 | Pass Rate: 100% | Execution Time: 0ms 📊 Comparison with Base Branch
✨ No test changes detected All tests are passing successfully. ✅ Patch coverage is 100.00%. Project has 1076 uncovered lines. Coverage diff@@ Coverage Diff @@
## main #PR +/-##
==========================================
+ Coverage 95.81% 95.81% —%
==========================================
Files 185 185 —
Lines 25679 25679 —
Branches 0 0 —
==========================================
+ Hits 24603 24603 —
- Misses 1076 1076 —
- Partials 0 0 —Generated by Codecov Action |
The parent .overscroll-message has pointer-events:none which blocked clicks from ever reaching the code element and the copy handler. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ect detection Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ing project detection" This reverts commit 1411040.


Summary
npx sentry@latestforcurl https://cli.sentry.dev/install -fsS | bashin the bottom-of-page easter egg popup"copied!"as feedbackcursor: pointer+ hover highlight so it looks clickableTest plan
curl https://cli.sentry.dev/install -fsS | bash, text flashes "copied!"🤖 Generated with Claude Code