Sizing
Max Height
Utilities for setting the max height of an element.
Quick reference
Class | Properties |
---|---|
max-h-full | max-height: 100%; |
max-h-screen | max-height: 100vh; max-height: 100dvh; |
max-h-min | max-height: min-content; |
max-h-max | max-height: max-content; |
max-h-fit | max-height: fit-content; |
max-h-dvh | max-height: 100dvh; |
max-h-svh | max-height: 100lvh; |
max-h-lvh | max-height: 100lvh; |