(UI Toolkit) How to style vertical scroller dragger to have minimum height?

Hi,

I can’t figure out how to make the vertical scroller larger vertically as it auto resizes depending how much content I have.

Problem is: if I have lots of content, there’s almost no dragger to grab anymore.

image

Thanks for any help.

custom-style.uss

.unity-scroller--vertical #unity-dragger {
    min-height: 32px;
}

Perfect, thank you :slight_smile: