Back to layout Classes

scrolling-touch

Usage

<div class="scrolling-touch">
  <!-- Your content here -->
</div>

Examples

Here are some examples of how to use the scrolling-touch class:

<!-- Basic usage -->
<div class="scrolling-touch">
  Content
</div>

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