https://kotlinlang.org logo
#compose
Title
# compose
c

Cedrick Cooke

10/04/2023, 4:03 PM
Hello, I'm experiencing some super weird behavior when placing scrollable content inside of a `RichTooltipBox`'s tooltip. I have a workaround that appears to fix the behavior, but it only makes me more confused. Can anybody help me understand what's going on here? Reproducer code in a thread.
Untitled.kt
The workaround and reproducer are both included above, as two different functions so they're easy to swap between.
My understanding of
graphicsLayer
was that it was a render-time construct and shouldn't have massive effects on layout like this.