How to move a scrollbar in a ScrollContainer?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By adora

The scrollbar is too big for my game, so I scaled it down but now it is too far to the left, how would I go about moving it to the right a bit?

:bust_in_silhouette: Reply From: adora

never mind, ya just gotta do .get_v_scrollbar().set_pivot_offset(Vector2()), just letting anyone else know if they have the same problem