diff --git a/html/css/style.css b/html/css/style.css index 15826b7..f94b1e3 100644 --- a/html/css/style.css +++ b/html/css/style.css @@ -455,10 +455,10 @@ p { margin-bottom: 16px; max-width: 720px; } } .story-block.reverse { direction: rtl; } .story-block.reverse > * { direction: ltr; } -/* story-photo: img fills via absolute, caption flows at bottom */ +/* story-photo: img fills via absolute, caption overlays at bottom */ .story-photo { position: relative; - overflow: hidden; + /* overflow: hidden removed — story-block handles clipping; needed for abs child visibility */ } /* img fills via absolute fill — caption naturally shifts above */ .story-photo img {