Fix song select context menus displaying off-screen

This commit is contained in:
Dean Herbert
2019-08-15 14:00:12 +09:00
parent 58258188ce
commit e73a9c2748
2 changed files with 16 additions and 11 deletions

View File

@ -157,7 +157,6 @@ namespace osu.Game.Screens.Select
},
Child = Carousel = new BeatmapCarousel
{
Masking = false,
RelativeSizeAxes = Axes.Both,
Size = new Vector2(1 - wedged_container_size.X, 1),
Anchor = Anchor.CentreRight,