Can a Compose wizard who is working on the API tel...
# compose
c
Can a Compose wizard who is working on the API tell me why the LazyColumn has a clip internally? I mean I get the top and the bottom issue but is there a workaround for the sides? I have a canvas inside the list element and I want to overpass the LazyColumns bounds. (Asuming it is true that a Canvas is unbound to it's parent's dimensions, right?)
c
thanks for the reply
I'll see what I can do