How to Style the Scrollbar Dragger with Margins in Unity UI Toolkit?

Hey everyone,

I’ve recently started experimenting with the Unity UI Toolkit and would like to style the scrollbar. Specifically, I want the dragger of the scrollbar not to fill the entire height of the scrollbar but to always have some margin to the top and bottom of the tracker. I can manage the top margin by setting the top and bottom margin of the dragger, but the bottom of the dragger still always aligns with the bottom of the tracker no matter what I do:

I’ve already tried changing the position of the dragger to relative and the top and bottom position, but that similarily did not work, I also tried changing the padding of the parent elements of the scrollbar, but due to the hierachy layout, this affects the tracker as well, as they are at the same level.

Does anyone have ideas or approaches on how to achieve margine settings like this?

Thanks in advance!