diff --git a/src/hud.rs b/src/hud.rs index 0ad1d88..64db06a 100644 --- a/src/hud.rs +++ b/src/hud.rs @@ -309,8 +309,8 @@ fn setup( width: Val::Percent(50.), align_items: AlignItems::Start, position_type: PositionType::Absolute, - bottom: Val::VMin(10.0), - left: Val::VMin(25.0), + bottom: Val::Vh(10.0), + left: Val::Vw(25.0), ..default() }, ..default()