diff --git a/osu.Game/Screens/SelectV2/NoResultsPlaceholder.cs b/osu.Game/Screens/SelectV2/NoResultsPlaceholder.cs index 5ca6dad2a2..8caa559550 100644 --- a/osu.Game/Screens/SelectV2/NoResultsPlaceholder.cs +++ b/osu.Game/Screens/SelectV2/NoResultsPlaceholder.cs @@ -83,6 +83,7 @@ namespace osu.Game.Screens.SelectV2 textFlow = new LinkFlowContainer { Alpha = 0, + AlwaysPresent = true, Anchor = Anchor.TopCentre, Origin = Anchor.TopCentre, Padding = new MarginPadding { Top = 20 },