Overflow

You might say

The bottom of this card is hidden. Check whether it is vertical overflow and keep the action from being clipped.

Overflow is the rule for how the browser shows, clips, or scrolls content that exceeds a container's available space.When a card has a fixed height, longer content can cross its bottom edge. If an ancestor uses overflow: hidden, the bottom description and action disappear. Overflow can be horizontal or vertical. It answers what happens after content no longer fits and should not hide a layout that needs reworking.
Know first
CSS Overflow
Further reading