The min-height
property sets the minimum height of an element.
The element's height value will be calculated based on the height
, max-height
, and min-height
properties set.
If the height value is less than the min-height
value, then the element's height is assumed to be min-height
.
min-height: [ [length | percentage] || [border-box | content-box] ] | available | min-content | max-content | fit-content