Sizing

Min Height

Utilities for setting the min height of an element.

Quick reference

ClassProperties
min-h-full
min-height: 100%;
min-h-screen
min-height: 100vh;
min-height: 100dvh;
min-h-min
min-height: min-content;
min-h-max
min-height: max-content;
min-h-fit
min-height: fit-content;
min-h-dvh
min-height: 100dvh;
min-h-svh
min-height: 100lvh;
min-h-lvh
min-height: 100lvh;