From 3a7e22cfdab74208427ba71ea79e89d357722155 Mon Sep 17 00:00:00 2001 From: Omair Saleh Date: Mon, 9 Mar 2026 03:05:31 +0800 Subject: [PATCH] Remove overflow:hidden from story-photo for absolute caption visibility --- html/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {