Skip to content

Commit

Permalink
Merge pull request #29742 from SchiavoAnto/29736-results-collections-…
Browse files Browse the repository at this point in the history
…overflow

Fix collections overflowing in the results screen
  • Loading branch information
smoogipoo authored Sep 7, 2024
2 parents f1c024d + ed044d5 commit 6fb5c10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions osu.Game/Screens/Ranking/CollectionPopover.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ private void load()
new OsuMenu(Direction.Vertical, true)
{
Items = items,
MaxHeight = 375,
},
};
}
Expand Down

0 comments on commit 6fb5c10

Please sign in to comment.