mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 05:22:54 +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,
|
AutoSizeAxes = Axes.Y,
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
|
Margin = new MarginPadding { Bottom = ExpandedContentScrollContainer.HEIGHT },
|
||||||
Spacing = new Vector2(10),
|
Spacing = new Vector2(10),
|
||||||
Children = response.BeatmapSets.Select(b => new BeatmapCardNormal(b)
|
Children = response.BeatmapSets.Select(b => new BeatmapCardNormal(b)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user