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
fix(web): make 'click to copy' hint opaque so it stops overlapping the install URL
The hint span was absolute-positioned over the code block with no background,
so when it faded in on hover it sat on top of the install URL text and looked
like a render bug. Adds bg-black/90 + a small border/padding so the badge
cleanly occludes the text beneath it, and pointer-events-none so the parent
container still receives the click.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments