diff --git a/crates/typst-layout/src/grid/layouter.rs b/crates/typst-layout/src/grid/layouter.rs index 5afc423ad..14656ba26 100644 --- a/crates/typst-layout/src/grid/layouter.rs +++ b/crates/typst-layout/src/grid/layouter.rs @@ -246,6 +246,7 @@ impl<'a> GridLayouter<'a> { self.layout_footer(footer, engine, self.finished.len())?; self.flush_pending_headers(); } + y = footer.end; continue; } }