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) { layout(constraints.maxWidth, placeable.height) {
placeable.placeRelative( placeable.placeRelative(
x = constraints.maxWidth - x = 0,
max(constraints.maxWidth, placeable.width),
y = 0 y = 0
) )
} }