1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-30 05:19:55 +08:00

Allow tag control popover to attach to bottom too

Looks bad when trying to tag on a replay otherwise.
This commit is contained in:
Bartłomiej Dach
2025-04-07 14:45:38 +02:00
Unverified
parent 23c711d1bc
commit cded1311c8
@@ -511,6 +511,7 @@ namespace osu.Game.Screens.Ranking
AllowableAnchors = new[]
{
Anchor.TopCentre,
Anchor.BottomCentre,
};
Children = new Drawable[]