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:
@@ -511,6 +511,7 @@ namespace osu.Game.Screens.Ranking
|
||||
AllowableAnchors = new[]
|
||||
{
|
||||
Anchor.TopCentre,
|
||||
Anchor.BottomCentre,
|
||||
};
|
||||
|
||||
Children = new Drawable[]
|
||||
|
||||
Reference in New Issue
Block a user