ScrollView doesn't scrolls to the bottom

ScrollView works fine in preview but doesn’t scroll to the bottom in game or simulator. I found out it’s because of the settings container at the top, but I don’t know how to fix it.


6741043--776845--upload_2021-1-19_19-3-0.png

It looks like the ScrollVIew may be getting pushed out of the Window. It is scrolling down, you just cant see the bottom because its cut off. Is it a fixed size? Try changing it to use flex-grow 1 so it expands and fills the available space.

Thanks for reply, yes it is a fixed size, I tried changing the flex-grow but it didn’t work, I temporarily fixed it by adding a visual element to the bottom of the scroll view and setting the height of the top container and visual element to a variable. Top container has same parent as ScrollView.

The reason was safe area container package i used in my project