There is a scrollbar on the right side of my Scrollable
widget. But it hides the content of itself.
- How can I hide the scrollbar when mouse is not hovered?
- Or how can I add padding for scrollbar to not hide the content?
Thanks!
There is a scrollbar on the right side of my Scrollable
widget. But it hides the content of itself.
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.