BKMbigo / fund-a-school

0 stars 0 forks source link

Lack of Scroll in Compose for Web #2

Open BKMbigo opened 1 year ago

BKMbigo commented 1 year ago

Currently, Compose for web does not support vertical scroll on a column.

Modifier.verticalScroll() - does not add vertical scroll to a column

BKMbigo commented 1 year ago

I've used a LazyColumn to handle scroll on screens. Don't know if there is a better workaround or if I'm doing it correctly. If there exists a better implementation of scroll, please mention here