Skip to content

Commit 4c0f7b7

Browse files
jdxclaude
andcommitted
fix(docs): prevent feature tooltips from blocking Get Started button
Add pointer-events: none to feature tooltip so it doesn't intercept clicks on the action buttons below when hovering over bottom-row feature buttons like Completions. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 35bdd17 commit 4c0f7b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/.vitepress/theme/custom.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@
264264
margin-top: 0.75rem;
265265
text-align: left;
266266
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
267+
pointer-events: none;
267268
}
268269

269270
.usage-hero-feature-tooltip::before {

0 commit comments

Comments
 (0)