Max-Height
Set the maximum height of an element using the or max-h-screen
utilities.
To control the max-height of an element at a specific breakpoint, add a {screen}:
prefix to any existing max-height utility.
For more information about Tailwind’s responsive design features, check out the Responsive Design documentation.
all
sm
md
lg
Target
Customize Tailwind’s default max-height scale in the section of your tailwind.config.js
file.
Learn more about customizing the default theme in the .
By default, only responsive variants are generated for max-height utilities.
You can control which variants are generated for the max-height utilities by modifying the maxHeight
property in the section of your tailwind.config.js
file.
For example, this config will also generate hover and focus variants: