Merge branch 'master' into overlay-header-refactor

This commit is contained in:
Dean Herbert
2021-02-09 18:20:07 +09:00
committed by GitHub
188 changed files with 4868 additions and 1428 deletions

View File

@ -201,7 +201,7 @@ namespace osu.Game.Overlays
RelativeSizeAxes = Axes.Both;
}
protected override OsuScrollContainer CreateScrollContainer() => new OverlayScrollContainer();
protected override UserTrackingScrollContainer CreateScrollContainer() => new OverlayScrollContainer();
protected override FlowContainer<ProfileSection> CreateScrollContentContainer() => new FillFlowContainer<ProfileSection>
{