minHeight

abstract var minHeight: MinHeight?(source)

The min-height CSS property sets the minimum height of an element. It prevents the used value of the height property from becoming smaller than the value specified for min-height.

Syntax: auto | <length> | <percentage> | min-content | max-content | fit-content | fit-content(<length-percentage>)

Initial value: auto

| Chrome | Firefox | Safari  |  Edge  |  IE   |
| :----: | :-----: | :-----: | :----: | :---: |
|   1    |    3    |   1.3   |   12   |   7   |

See also