.flex-container { min-height: 0; overflow: visible; } Also, ensure the grid item doesn't have a fixed height that restricts content. Use align-items and justify-content properly inside the flex container.