mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
766 B
766 B
| extends | title | description | features | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| _layouts.documentation | Max-Height | Utilities for setting the maximum height of an element |
|
@include('_partials.work-in-progress')
@include('_partials.class-table', [ 'scroll' => false, 'rows' => [ [ '.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.", ], ] ])
Customizing
@include('_partials.variants-and-disabling', [ 'utility' => [ 'name' => 'max-height', 'property' => 'maxHeight', ], 'variants' => [ 'responsive', ], ])