mirror of
https://github.com/ppy/osu.git
synced 2025-01-31 15:12:54 +08:00
Merge pull request #29742 from SchiavoAnto/29736-results-collections-overflow
Fix collections overflowing in the results screen
This commit is contained in:
commit
6fb5c10f19
@ -39,6 +39,7 @@ namespace osu.Game.Screens.Ranking
|
||||
new OsuMenu(Direction.Vertical, true)
|
||||
{
|
||||
Items = items,
|
||||
MaxHeight = 375,
|
||||
},
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user