Remove overflow:hidden from story-photo for absolute caption visibility

This commit is contained in:
2026-03-09 03:05:31 +08:00
parent 1d6caab713
commit 3a7e22cfda
+2 -2
View File
@@ -455,10 +455,10 @@ p { margin-bottom: 16px; max-width: 720px; }
} }
.story-block.reverse { direction: rtl; } .story-block.reverse { direction: rtl; }
.story-block.reverse > * { direction: ltr; } .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 { .story-photo {
position: relative; 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 */ /* img fills via absolute fill — caption naturally shifts above */
.story-photo img { .story-photo img {