diff --git a/examples/3d/blend_modes.rs b/examples/3d/blend_modes.rs index 458b5a6582ebc..a3e68747a6399 100644 --- a/examples/3d/blend_modes.rs +++ b/examples/3d/blend_modes.rs @@ -211,6 +211,7 @@ fn setup( commands.spawn(( TextBundle::from_section("", text_style).with_style(Style { + position_type: PositionType::Absolute, top: Val::Px(10.0), right: Val::Px(10.0), ..default()