1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 15:33:21 +08:00

Add padding to bottom of spotlights ranking view to avoid hovered panels exceeding visible bounds

This commit is contained in:
Bartłomiej Dach 2022-01-03 18:43:20 +01:00
parent 0ad555e9f7
commit 7c246670b4
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497

View File

@ -140,6 +140,7 @@ namespace osu.Game.Overlays.Rankings
{
AutoSizeAxes = Axes.Y,
RelativeSizeAxes = Axes.X,
Margin = new MarginPadding { Bottom = ExpandedContentScrollContainer.HEIGHT },
Spacing = new Vector2(10),
Children = response.BeatmapSets.Select(b => new BeatmapCardNormal(b)
{