pietropizzi/GridStack

Height is not compact but full

Opened this issue · 1 comments

The library is based on ScrollView, which by default is full-screen height. Is there a better way to make its height as compact as possible without manually assigning frame height?

image

I definitely know that GeometryReader is taking all the available space. ScrollView I am not sure, but I believe you. I am not sure how to work around that.