Ensure overlay containers scroll to top when new information is presented

This commit is contained in:
Dean Herbert
2017-11-15 19:01:30 +09:00
parent 530b1e8d91
commit af03d883f1
3 changed files with 7 additions and 1 deletions

View File

@ -164,6 +164,7 @@ namespace osu.Game.Overlays
}
Show();
sectionsContainer.ScrollToTop();
}
private void userLoadComplete(User user)