diff --git a/osu.Game/Screens/SelectV2/SongSelect.cs b/osu.Game/Screens/SelectV2/SongSelect.cs index 8505bf0165..aaa029f684 100644 --- a/osu.Game/Screens/SelectV2/SongSelect.cs +++ b/osu.Game/Screens/SelectV2/SongSelect.cs @@ -396,7 +396,7 @@ namespace osu.Game.Screens.SelectV2 { base.Update(); - detailsArea.Height = wedgesContainer.DrawHeight - titleWedge.LayoutSize.Y - 4; + detailsArea.Height = wedgesContainer.ChildSize.Y - titleWedge.LayoutSize.Y - 4; float widescreenBonusWidth = Math.Max(0, DrawWidth / DrawHeight - 2f);