java.lang.IllegalArgumentException: LazyHorizontalGrid's height should be bound by parent.
Getting this error for quite some time.. The thing is I have a colum which I want to make vertically scrollable. It contains 1 LazyHorizontalGrid with span=4, and 2 more lazy row beneath it.. Problem is that whenever I am adding vertical scroll modifier it throws aboce exception and the app crashes.