Remove overflow:hidden from story-photo for absolute caption visibility
This commit is contained in:
+2
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user