Skip to content

Fix: make the landing-page PDF / Offline copy links clickable - #3

Merged
fmadore merged 1 commit into
mainfrom
claude/roadmap-repo-review-kmefjm
Jul 23, 2026
Merged

Fix: make the landing-page PDF / Offline copy links clickable#3
fmadore merged 1 commit into
mainfrom
claude/roadmap-repo-review-kmefjm

Conversation

@fmadore

@fmadore fmadore commented Jul 23, 2026

Copy link
Copy Markdown
Owner

The per-talk "PDF · Offline copy" links on the landing page were unclickable — every click opened the talk deck instead of the file.

Cause: the extras row is tucked into a.talk-row's bottom padding with a negative margin, and a.talk-row is position: relative. Positioned boxes paint above non-positioned siblings regardless of DOM order, so the big talk-row link covered the extras row and captured its clicks.

Fix: give the extras row position: relative too. It now paints (and hit-tests) on top, since it comes later in the DOM. No visual change.

Verified with a click hit-test (clicks on the PDF link now resolve to the PDF link, not the talk row) and the repository audit + landing-page sync checks pass.

🤖 Generated with Claude Code

https://claude.ai/code/session_0122f4bMszLPwGVSkuLHt3er


Generated by Claude Code

The extras row is tucked into a.talk-row's bottom padding with a
negative margin, and a.talk-row is position:relative — positioned
boxes paint above non-positioned siblings, so the row link covered
the PDF / offline links and every click opened the talk instead.
Positioning the extras row restores the correct hit-target order
(later in the DOM, so it now paints on top). No visual change.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0122f4bMszLPwGVSkuLHt3er
@fmadore
fmadore merged commit edec593 into main Jul 23, 2026
3 checks passed
@fmadore
fmadore deleted the claude/roadmap-repo-review-kmefjm branch July 27, 2026 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants