Skip to main content

MinHeight

Typeobject
Backlinks1

This property is used to set the minimum height of an element and is only available when the size type is fixed or relative. By setting the min-height property of an element, you can specify the minimum height in the vertical direction, ensuring that the element will not be smaller than this height. This is useful for ensuring a minimum visible space for content.

PropertyTypeRequired
classstringRequired
valueLengthRequired

class​

Required

Type

string

Value

constant: the value of this property must be equal to:

"minHeight"

value​

Required

Description

Available types include only fixed and relative.

Type

Length