We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e66b66a commit 207fe01Copy full SHA for 207fe01
src/compute/block.rs
@@ -727,7 +727,7 @@ fn perform_final_layout_on_in_flow_children(
727
let insets = [inset_left, inset_right];
728
729
// Compute child layout
730
- let mut child_block_ctx = block_ctx.sub_context(y_offset_for_absolute, insets);
+ let mut child_block_ctx = block_ctx.sub_context(y_offset_for_absolute + item_non_auto_margin.top, insets);
731
let output = tree.compute_block_child_layout(item.node_id, inputs, Some(&mut child_block_ctx));
732
733
// Extract float contribution from child block context
0 commit comments