- Issue created by @tylertech-lee-hazlett
- 🇺🇸United States rhovland Oregon
"position-relative" is necessary for the captions (absolute position) to align to the carousel item. Normally this is the element with "carousel-inner". But because this module allows for doing grid layouts inside the carousel the "col" elements are lacking this anchor for the captions which are absolute positioned.
Before this change any absolute positioned element within a carousel (eg the caption) would be positioned according the first parent element with a relative position property. That was the carousel container instead of the carousel item.
This bug fix essentially changed the parent element your absolutely positioned image aligns to. Why does your image have an absolute position?
- Status changed to Closed: works as designed
3 months ago 11:05am 27 December 2024