Back to sizing Classes

max-h-full

Usage

<div class="max-h-full">
  <!-- Your content here -->
</div>

Examples

Here are some examples of how to use the max-h-full class:

<!-- Basic usage -->
<div class="max-h-full">Content</div>

<!-- With other classes -->
<div class="max-h-full p-4 bg-white">Content with padding and background</div>