floating-overlay-reserves-its-own-strip

Installation
SKILL.md

A floating control reserves nothing; the content must

Aligning a control inside the Box that also holds the page puts it beside the content in the layout tree, not above it:

BoxWithConstraints(Modifier.fillMaxSize()) {
    Column(Modifier.fillMaxSize().verticalScroll(rememberScrollState()).padding(innerPadding)) {
        Spacer(Modifier.height(BACK_BUTTON_STRIP))   // the strip the button is drawn over
        TitleBlock()
        /* … */
    }
Installs
2
GitHub Stars
35
First Seen
6 days ago
floating-overlay-reserves-its-own-strip — maxrave-dev/kotlin-footguns