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:
parent
0ad555e9f7
commit
7c246670b4
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user