Allow detail content to slide with pane as we remove it.

This commit is contained in:
Alex Hart
2025-10-20 13:04:54 -03:00
parent 20f0764c68
commit c8f801da83

View File

@@ -328,8 +328,7 @@ fun AppScaffold(
)
layout(constraints.maxWidth, placeable.height) {
placeable.placeRelative(
x = constraints.maxWidth -
max(constraints.maxWidth, placeable.width),
x = 0,
y = 0
)
}