min-height

Since UXP v2.0

Specifies the minimum height for an element.

See: https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/min-height

Example:

.someElement {
    min-height: 100vh;
}