tailwindcss/docs/source/docs/max-height.blade.md
2017-12-03 02:55:40 +01:00

766 B

extends title description features
_layouts.documentation Max-Height Utilities for setting the maximum height of an element
responsive customizable hover focus
true true false false

@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', ], ])