Is there a tutorial somewhere on out-of-flow posit...
# compose
c
Is there a tutorial somewhere on out-of-flow positioning? E.g. how to implement things like CSS'
position: absolute
. What's the correct way to do something like display a shape that is above the rest of the contents?
r
You can take a look at
Modifier.offset
c
Ah, I didn't know it allows to be out of the parent's bounds