mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
1.9 KiB
1.9 KiB
| extends | title | description | features | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| _layouts.documentation | Min-Height | Utilities for setting the minimum height of an element |
|
@include('_partials.work-in-progress')
| Class | Properties | Description |
|---|---|---|
| .min-h-0 | min-height: 0; | Set the element's minimum height to 0. |
| .min-h-full | min-height: 100%; | Set the element's minimum height to 100%. |
| .min-h-screen | min-height: 100vh; | Set the element's minimum height to 100vh. |