mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
e54cfd7e1c
Cross-reference links were showing both their own CSS tooltip and the JavaScript verse tooltip simultaneously, creating a cluttered experience. Changes: - Added .cross-references-section class to cross-references container - Updated JavaScript to skip all links inside .cross-references-section - Cross-ref links now only show their own CSS-based tooltip This ensures cross-references show only one tooltip with the verse preview, not multiple overlapping tooltips. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>