In my latest project, I am incorporating Bootstrap cards and need to ensure compatibility with Chromium 57.xx for company-related reasons. However, I have encountered a problem that needs addressing. I applied height: 100% to the cards, which resulted in them displaying at equal heights across different browsers like Chrome, Firefox, Edge, and Opera. Unfortunately, I cannot share images due to my reputation level, so here are some links: Chromium view: Even though the heights are consistent, they appear taller than intended in Chromium. Desired outcome: When I remove the height 100%, the parent element's height changes to this: Any suggestions or solutions would be greatly appreciated. Thank you.