-
-
Notifications
You must be signed in to change notification settings - Fork 79.2k
Closed
Labels
Description
Its a suggestion to fix the content overflowing inside the card having image overlay (https://getbootstrap.com/docs/4.1/components/card/#image-overlays).
- At the moment,if we add more content inside
.card-img-overlayclass,the overlay will be broken.
Because here the image has relative height so it would take image height.it would be nice if we give the height of the card as i mentioned in the codepen, and also give a minimum height that of image height so that we can't lose the image into smaller one.
I will add a CodePen link with fixing the issue.I think it won't might affect other elements.
Here's the link : https://codepen.io/munsheerek/pen/aaLgWy
Why can you try out this method ?