tailwindcss/docs/source/docs/max-height.blade.md
2017-10-31 17:46:38 -04:00

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.