berrypod/lib/simpleshop_theme_web/components/shop_components
jamey 7c9fe57e6e fix product card image swipe blocked by stretched-link overlay
The stretched-link ::after pseudo-element (z-index: 0) was covering
the image area, intercepting touch events. Give the image container
z-index: 1 so swipe gestures reach the scroll container.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 08:22:13 +00:00
..
base.ex refactor: split shop_components.ex into 5 focused sub-modules 2026-02-08 14:30:25 +00:00
cart.ex remove redundant "view basket" link from cart drawer 2026-02-11 00:32:15 +00:00
content.ex fix navigation links, footer categories, product card structure, and social icons 2026-02-11 08:17:19 +00:00
layout.ex simplify footer categories: fetch directly instead of threading assigns 2026-02-11 08:20:50 +00:00
product.ex fix product card image swipe blocked by stretched-link overlay 2026-02-11 08:22:13 +00:00