How to change scrolling speed (scroll container)? In godot 3.5

scrolling is too fast and sensitive, i need to slow down it. I will be very grateful for your help

There isn’t really an easy way to do this. ScrollContainer doesn’t have any options to control the speed of the scroll bar. You would have to create your own ScrollContainer with a custom Container node and a ScrollBar node.