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