mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2026-01-25 16:44:12 +00:00
1.8 KiB
1.8 KiB
| extends | title |
|---|---|
| _layouts.documentation | Max-Height |
Max-Height
Utilities for setting the maximum height of an element
@include('_partials.feature-badges', [ 'responsive' => true, 'customizable' => true, 'hover' => false, 'focus' => false ])
@include('_partials.work-in-progress')
| Class | Properties | Description |
|---|---|---|
| .max-h-full | max-height: 100%; | Set the element's maximum height to 100%. |
| .max-h-screen | max-height: 100vh; | Set the element's maximum height to 100vh. |