I want to shorten the thumb in the scroll panes through CSS, I have used the min, max, and pref height but it does not seem to work, am I missing something or does this edit needs to be done at another level of the container (.track or .track-background).
.scroll-pane > .scroll-bar:vertical > .thumb{
-fx-pref-height: 5;
-fx-min-height: 5;
-fx-max-height: 5;