```java.lang.IllegalStateException: Size(2160 x 21...
# compose
h
Copy code
java.lang.IllegalStateException: Size(2160 x 2147483647) is out of range. Each dimension must be between 0 and 16777215.
k
Post the relevant snippet of your scrollable content. In general, you can't nest scrollable containers like lazy grids or lazy columns. And you need to be careful about fill size modifiers that you set on their content.