I am facing an issue where I am trying to place a media list inside a Bootstrap card. However, when I zoom in on the browser, the media list <ul/>
overflows from the modal-body
and goes out of the Bootstrap card
.
How can I ensure that the media list <ul/>
stays within the card
and doesn't overflow from the modal-body
? My goal is to keep it contained within the modal body whether zooming in or viewing at 100%. Please refer to the sample image below.
Additionally, you can find my sample code here.