Scrollview doesnt let mouse clicks pass through in the bottom pixels
-
Hey, I am trying to use a ScrollView, but I cant click on the bottom ~5 pixels for some reasons, it works all fine when replacing ScrollView with Item. I've tried playing around with paddings, but it didnt help:
https://streamable.com/0ngp40Does anyone have an idea why this might happen?
Thanks in advance -
I found out that the horizontal Scrollbar was the problem, setting:
ScrollBar.horizontal.policy: ScrollBar.AlwaysOff
Fixed it.