Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/.vitepress/theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 0.75rem;
margin-bottom: 2rem;
margin-bottom: 8rem;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Described fix not implemented - missing pointer-events property

Medium Severity

The PR description claims to add pointer-events: none to .usage-hero-feature-tooltip to let clicks pass through tooltips, but this was never implemented. The actual change only increases margin-bottom from 2rem to 8rem, which is a fragile workaround that relies on specific spacing rather than the robust semantic fix described. Tooltips can still intercept clicks if they extend beyond the margin boundary.

Fix in Cursor Fix in Web

max-width: 480px;
}

Expand Down