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