max-h-screen
Usage
<div class="max-h-screen">
<!-- Your content here -->
</div>
Examples
Here are some examples of how to use the max-h-screen
class:
<!-- Basic usage -->
<div class="max-h-screen">Content</div>
<!-- With other classes -->
<div class="max-h-screen p-4 bg-white">Content with padding and background</div>