min-height
The min-height CSS property is used to set the minimum height of a given element. It prevents the used value of the height property from becoming smaller than the value specified for min-height.
The value of min-height overrides both max-height and height.
Example
min-height: 3.5em min-height: 10% min-height: auto min-height: max-content min-height: min-content min-height: fit-content min-height: fill-available min-height: inherit