Min Height

Utilities for controlling the min height of an element


Class
Properties
min-h-0
min-h-full
min-h-screen

Usage

Use the min-height utilities to set the minimum height of an element.

<div class="min-h-full"></div>

Responsive

Responsive variations also exist for each min-height value. Use the .min-h-{breakpoint}-{value} for sm, md, lg, xl, and xxl to any existing width height.

<div class="min-h-0 min-h-md-auto ..."></div>