From cded1311c8a70ddf9381c92677d08f352fb5c65c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Dach?= Date: Mon, 7 Apr 2025 14:45:38 +0200 Subject: [PATCH] Allow tag control popover to attach to bottom too Looks bad when trying to tag on a replay otherwise. --- osu.Game/Screens/Ranking/UserTagControl.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/osu.Game/Screens/Ranking/UserTagControl.cs b/osu.Game/Screens/Ranking/UserTagControl.cs index 797d66b5c5..789e2cce9f 100644 --- a/osu.Game/Screens/Ranking/UserTagControl.cs +++ b/osu.Game/Screens/Ranking/UserTagControl.cs @@ -511,6 +511,7 @@ namespace osu.Game.Screens.Ranking AllowableAnchors = new[] { Anchor.TopCentre, + Anchor.BottomCentre, }; Children = new Drawable[]