Scrollable scrollbar shows over element, how to hide scrollbar when not hovered?

There is a scrollbar on the right side of my Scrollable widget. But it hides the content of itself.

  1. How can I hide the scrollbar when mouse is not hovered?
  2. Or how can I add padding for scrollbar to not hide the content?

Thanks!

I have no idea about the first one, but one for the second one.
You could wrap the content of your scrollable in a container and add right padding to that one.