Use the `step` attribute to set the amount of pixels to scroll when clicking the buttons.

```html
<sd-scrollable orientation="vertical" buttons step="50">
  <div class="items-start h-max p-4 text-sm justify-start">
    <p>
      Union Investment has extended its lease with Converse, the footwear and apparel brand known for its deep
      connection to youth culture, at 1 Lovejoy Wharf in Boston. The contract for around 20,000 sqm of state-of-the-art
      office space was renewed long-term. The building has been part of the UniImmo: Global open-ended real estate fund
      portfolio since 2016 and is the global headquarters of the lifestyle brand, which has been part of NIKE, Inc.
      since 2003.
    </p>
  </div>
</sd-scrollable>
```
