Skip to content

Commit

Permalink
fix inline boxes stuck on top
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharktheone committed Sep 15, 2024
1 parent 49f9fce commit eedf280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/gosub_taffy/src/compute/inline.rs
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ pub fn compute_inline_layout<LT: LayoutTree<TaffyLayouter>>(
border: Rect::ZERO,
location: Point {
x: inline_box.x,
y: 0.0,
y: inline_box.y,
},
order: 0,
padding: Rect::ZERO,
Expand Down

0 comments on commit eedf280

Please sign in to comment.